Here is Button component
import { Button } from "@/components/ui/button"; export default function ButtonDemo() { return <Button>Button</Button>; }
Part of Base UI — browse the full library on 21st.dev.