Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
As my favorite web framework is emberjs, I lately needed forms support for one of my projects with the following set of features in mind:
- Styled for Bootstrap but easy to stil differently.
- Different layouts such inline and horizontal
- Validations where validation rules are defined in model/controller and form supports for:
- Change color & icons when validation rule fails.
- Show error message per form input.
- Submit button with async support that changes its styles & get disabled during async call.
So here is the result: https://github.com/indexiatech/ember-forms
Demo & docs: http://indexiatech.github.io/ember-forms