default shadcn button
import { Button } from "@/components/ui/shadcn-button"; export function ShadcnButton() { return <Button>hello</Button>; }