Renders a clickable button or an element styled as a button with advance options
import { Button } from '@/components/ui/button-1'; export default function ButtonDemo() { return <Button variant="destructive">Button</Button>; }
Part of ReUI — browse the full library on 21st.dev.