Renders a clickable button or an element styled as a button
import { Button } from '@/components/ui/base-button'; export default function Component() { return ( <Button variant="primary" className="mx-auto w-full max-w-96"> Button </Button> ); }
Part of ReUI — browse the full library on 21st.dev.