Components
Starting preview...
Grid Auth Form Used While Sign in or Sign up
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/auth-formimport GridAuth from "@/components/ui/auth-form"
const Showcase = () => {
return <GridAuth />
}
export default {Showcase}