This package has been deprecated

Author message:

Use @ember/legacy-built-in-components instead

ember-legacy-built-in-components

0.1.1 • Public • Published

ember-legacy-built-in-components

Provides the legacy implementation of the Checkbox, LinkComponent, TextArea and TextField component classes as specified in RFC #671.

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v10 or above

Installation

ember install ember-legacy-built-in-components

Usage

import {
  Checkbox,
  LinkComponent,
  TextArea,
  TextField
} from 'ember-legacy-built-in-components';

export const MyCheckbox = Checkbox.extend({ ... });
export const MyLinkComponent = LinkComponent.extend({ ... });
export const TextArea = TextArea.extend({ ... });
export const TextField = TextField.extend({ ... });

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i ember-legacy-built-in-components

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

6.21 kB

Total Files

11

Last publish

Collaborators

  • chancancode
  • ember-release