mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-08 18:39:31 +08:00
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import { Button } from "@/components/ui/button"
|
|
|
|
export function ButtonSubtle() {
|
|
return <Button variant="subtle">Subtle</Button>
|
|
}
|