keithasaurus / koda-validate

Typesafe, Composable Validation
MIT License
112 stars 0 forks source link

Add an HTML renderer #12

Open keithasaurus opened 1 year ago

keithasaurus commented 1 year ago

Motivation

Adding HTML form generation would be a nice win. It shouldn't be terribly difficult.

Implementation

We'd need to be able to allow for customization of the generated html. Need to handle things like:

Questions