ember-ambitious-forms

0.0.0 • Public • Published

ember-ambitious-forms

Ambitious, flexible, (mostly) unopinionated form helpers.

Usage

Command-line:

$ ember install git://github.com/dough-com/ember-ambitious-forms

Template:

{{#af-form scope=object submit='actionName' as |f|}}
  {{f.field 'propName' label='Property Name'}}
  {{f.field 'propBool' label='Check it' type='checkbox'}}

  <button>Submit</button>
{{/af-form}}

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

/ember-ambitious-forms/

    Package Sidebar

    Install

    npm i ember-ambitious-forms

    Weekly Downloads

    1

    Version

    0.0.0

    License

    MIT

    Last publish

    Collaborators

    • fengb