Skip to content

wujibear/ember-foxy-forms

This branch is 90 commits behind Foodee/ember-foxy-forms:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 23, 2022
e14bf38 · Jan 23, 2022
Dec 5, 2020
Jul 7, 2020
Jan 21, 2022
Jul 7, 2020
Jan 21, 2022
Jan 21, 2022
Apr 24, 2017
Jul 7, 2020
Jul 7, 2020
Apr 24, 2017
Jul 7, 2020
Jul 7, 2020
Jul 7, 2020
Jul 7, 2020
Jul 7, 2020
Jul 7, 2020
Apr 24, 2017
Jul 7, 2020
Jul 7, 2020
Mar 29, 2021
Jul 7, 2020
Jul 7, 2020
Jul 7, 2020
Jan 23, 2022
Jan 23, 2022
Jul 7, 2020

Repository files navigation

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 |form|>
   <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.

About

Ember Addon for Making Foxy Forms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.8%
  • Handlebars 12.7%
  • CSS 2.3%
  • HTML 1.2%