ember-unique-id-helper-polyfill

1.2.2 • Public • Published

ember-unique-id-helper-polyfill

This addon provides a polyfill for unique-id helper as described in RFC 659.

Compatibility

  • Ember.js v3.24 or above
  • Ember CLI v3.24 or above
  • Node.js v12 or above

Installation

ember install ember-unique-id-helper-polyfill

Usage

Example:

{{#let (unique-id) as |emailId|}}
  <label for={{emailId}}>Email address</label>
  <input id={{emailId}} type="email" />
{{/let}}

{{#let (unique-id) as |passwordId|}}
  <label for={{passwordId}}>password</label>
  <input id={{passwordId}} type="password" />
{{/let}}

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Package Sidebar

Install

npm i ember-unique-id-helper-polyfill

Weekly Downloads

1,347

Version

1.2.2

License

MIT

Unpacked Size

10.3 kB

Total Files

10

Last publish

Collaborators

  • ctjhoa