A button component with rich styling and color variants.
import { RichButton } from "@/components/ui/rich-button" export default function Demo() { return ( <div className="flex items-center justify-center min-h-[400px] gap-4 p-8"> <RichButton>Get Started</RichButton> <RichButton variant="secondary">Learn More</RichButton> </div> ) }
Part of Spell — browse the full library on 21st.dev.