vantezzen / auto-form

🌟 A React component that automatically creates a @shadcn/ui form based on a zod schema.
https://vantezzen.github.io/auto-form/
2.27k stars 81 forks source link

question: Is there a way to render into grid? #70

Open capaj opened 3 months ago

capaj commented 3 months ago

I have tried just slapping className='grid grid-cols-2 gap-4' onto Autoform but no luck. Is there a way to achieve grid layout?

sheldonpang commented 2 months ago

I'd achieve in this way, make accordion a grid layout with cols size, then set child fields "col-span-x"

image image