Provides the legacy implementation of the Checkbox
, LinkComponent
,
TextArea
and TextField
component classes as specified in RFC #671.
- Ember.js v4.0 or above
- Ember CLI v4.0 or above
- Node.js v16 or above
ember install @ember/legacy-built-in-components
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({ ... });
See the Contributing guide for details.
yarn
yarn run test
npx np --no-tests
This project is licensed under the MIT License.