boilerform
boilerform copied to clipboard
Boilerform is a little HTML and CSS boilerplate to take the pain away from working with forms.
## Expected Behavior Integration with Vue/Nuxt. Where does it make sense to begin?
Add support for file input
The `date` input isn't widely supported yet, but it'd be great to support it in some way. Maybe a JavaScript-driven bridge that formats the value pre-post if there is no...
The range input looks to be absolute hell to style, so we could do with supporting it within Boilerform. [This article on CSS Tricks](https://css-tricks.com/sliding-nightmare-understanding-range-input/) is really well researched and should...