Components
Loading preview...
Clean and minimal sign in component with form data validation
npx shadcn@latest add https://21st.dev/r/preetsuthar17/clean-minimal-sign-inimport { SignIn2 } from "@/components/ui/clean-minimal-sign-in"
const Demo = () =>{
return (
<SignIn2/>
)
}
export {Demo}