geprog / former

Former is a form builder for FormKit schemas.
https://geprog.github.io/former/
MIT License
3 stars 0 forks source link

Add support for html component elements #30

Open TroyV999 opened 3 weeks ago

TroyV999 commented 3 weeks ago

we want the former schemaNode to also accept html components for example headings( h1, h2, ...) suggested type: extend children with string type.( SchemaNode[] | string )