You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not a problem as such.
Describe the solution you'd like
Given that the Kirimase cli already uses shadcn it might be worth implementing auto-form to reduce the amount of boilerplate generated, if you can think of reasons as to why this won't be a good idea I am all ears. However I think it will reduce repetition of code if that makes sense, rather than defining a schema and then the form layout.
I believe you can also customise the output of the form a fair amount with the fieldConfig prop.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Not a problem as such.
Describe the solution you'd like
Given that the Kirimase cli already uses shadcn it might be worth implementing auto-form to reduce the amount of boilerplate generated, if you can think of reasons as to why this won't be a good idea I am all ears. However I think it will reduce repetition of code if that makes sense, rather than defining a schema and then the form layout.
I believe you can also customise the output of the form a fair amount with the
fieldConfig
prop.The text was updated successfully, but these errors were encountered: