koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
546 stars 155 forks source link

sections #276

Closed a0m0rajab closed 1 month ago

a0m0rajab commented 3 years ago

Could we create a section in the form without having an object to it? it would be great if there was such a thing, maybe it can be called header etc.

a0m0rajab commented 3 years ago

workaround:

 section: {'x-slots': { before: '**section name**' },},