Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foodee/ember-foxy-forms
Ember Addon for Making Foxy Forms
https://github.com/foodee/ember-foxy-forms
ember ember-addon emberjs forms
Last synced: 21 days ago
JSON representation
Ember Addon for Making Foxy Forms
- Host: GitHub
- URL: https://github.com/foodee/ember-foxy-forms
- Owner: Foodee
- License: mit
- Created: 2017-04-24T18:26:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T21:15:05.000Z (about 2 months ago)
- Last Synced: 2024-10-13T05:22:01.213Z (about 1 month ago)
- Topics: ember, ember-addon, emberjs, forms
- Language: JavaScript
- Homepage: https://foodee.github.io/ember-foxy-forms/
- Size: 10.7 MB
- Stars: 28
- Watchers: 18
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-foxy-forms
## Compatibility
- Ember.js v3.13 or above
- Ember CLI v2.13 or above
- Node.js v10 or above## Installation
```bash
ember install ember-foxy-forms
```## Usage
```hbs
```
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](https://foodee.github.io/ember-foxy-forms/)
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).