You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ember/legacy-built-in-components

Package Overview
Dependencies
Maintainers
17
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember/legacy-built-in-components

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

0.5.0
latest
Source
npmnpm
Version published
Weekly downloads
32K
26.65%
Maintainers
17
Weekly downloads
 
Created
Source

@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.

Keywords

ember-addon

FAQs

Package last updated on 11 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts