Components
Loading preview...
An animated call-to-action button that reveals a chevron icon on hover, perfect for primary actions and onboarding experiences.
npx shadcn@latest add https://21st.dev/r/ozantekin/get-started-buttonimport { GetStartedButton } from "@/components/ui/get-started-button";
export function GetStartedButtonDemo() {
return <GetStartedButton />
}