0.1.9 • Published 9 years ago

ember-form-components v0.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-form-components

Ember Form Components is a collection of Ember components useful for developing interactive HTML forms.

It was developed for the needs of openHPI, the online learning platform of the Hasso Plattner Institute (HPI).

Installation

To install the addon, run the following command in your Ember project:

  • npm install --save-dev ember-form-components

Usage

The addon features several easy-to-use Ember components.

{{editable-field}}

This component can be used as a replacement for the awesome x-editable plugin. It allows you to make text editable by clicking on it.

{{#editable-field as |save cancel|}}
  {{input value=value enter=save}}
{{/editable-field}}

Contributing

To install this package and its dependencies, run the following commands:

  • git clone this repository
  • npm install
  • bower install

To see a demo of the addon:

Run tests using these commands:

  • ember test
  • ember test --server

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

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago