@ember/legacy-built-in-components

0.5.0 • 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 v4.0 or above
  • Ember CLI v4.0 or above
  • Node.js v16 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 MyLink = LinkComponent.extend({ ... });
export const MyTextArea = TextArea.extend({ ... });
export const MyTextField = TextField.extend({ ... });

Contributing

See the Contributing guide for details.

Releasing

yarn
yarn run test
npx np --no-tests

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @ember/legacy-built-in-components

Weekly Downloads

17,149

Version

0.5.0

License

MIT

Unpacked Size

91.2 kB

Total Files

39

Last publish

Collaborators

  • melsumner
  • chriskrycho
  • ef4
  • rwjblue
  • stefanpenner
  • chadhietala
  • chancancode
  • dgeb
  • krisselden
  • locks
  • mmun
  • tomdale
  • wycats
  • katiegengler
  • nullvoxpopuli
  • scalvert
  • mixonic