mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import { Button } from "@/components/ui/button"
|
|
|
|
export function ButtonDemo() {
|
|
return <Button>Button</Button>
|
|
}
|