ember-foxy-forms
v2.46.3
Published
An Ember form library that makes the everyday use cases trivial, while providing the flexibility to handle highly unique requirements
Downloads
38
Readme
ember-foxy-forms
Compatibility
- Ember.js v3.13 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
Installation
ember install ember-foxy-forms
Usage
<Form @for={{this.model}} as |f|>
<f.field @for="attribute" @using="input" />
</Form>
Not just forms, Foxy Forms.
This addon allows you to build simple declarative forms with some snazy features. It is UI framework agnostic and generates minimal dom, so as to not interfere with what ever UI framework you might be using.
You can read more in the docs here
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.