mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 15:44:22 +00:00
* feat(www): wip break everything * feat(www): wip chunks * feat(www): wip chunk mode * feat: lift mode * feat: update chunks * fix: resize in lift mode * fix: hasLiftMode * fix: types * fix: toolbar Thanks @mrnbpt * chore: format check * feat: add tracking for enable_lift_mode * chore: format write * docs: add changelog
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import { Button } from "@/registry/default/ui/button"
|
|
|
|
export default function ButtonGhost() {
|
|
return <Button variant="ghost">Ghost</Button>
|
|
}
|