Headache-free setup
Implementing Normform into your site or web app is incredibly easy:
- Download the minified CSS off sourcehut
- Include
normform.min.css
in your project - Add the
normform
class to your form element - Profit!
Custom defaults
All form elements have been completely customized without sacrificing performance or accessibility. This includes:
- fieldsets
- legends
- radios
- checkboxes
- select dropdowns
- specialized inputs
- textareas
- input buttons
Check out the official documentation to see how to properly setup these elements.
Baked-in error styling
Error handling and required form elements are supported right out of the box.
Want to give a detailed description to accompany the error itself? Check out the official documentation about easily adding a requirements descriptor.