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.29k stars 81 forks source link

Added showLabel property #33

Closed th3f0r3ign3r closed 9 months ago

th3f0r3ign3r commented 9 months ago

showLabel

Disabling the label of an input can be done by using the showLabel property in inputProps.

vantezzen commented 9 months ago

Beautiful, thank you for the contribution!