Components
Loading preview...
A confirmation screen component with confetti animation, typically used after account creation.
@j1zuz
npx shadcn@latest add https://21st.dev/r/j1zuzz/welcomeimport WelcomeComponent from "@/components/ui/welcome";
export default function Welcome() {
return <WelcomeComponent />;
}