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