# @ember-decorators/component

> Decorators for Ember Components

Latest version **7.0.0** (published 2026-06-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ember-decorators/component
pnpm add @ember-decorators/component
yarn add @ember-decorators/component
bun add @ember-decorators/component
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 7.0.0 |
| Published | 2026-06-23 |
| First published | 2018-02-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 39 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 357 |
| Maintainers | pzuraq, rwjblue, katiegengler |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/@ember-decorators/component
- Repository: https://github.com/ember-decorators/ember-decorators
- Homepage: https://github.com/ember-decorators/ember-decorators#readme
- Issues: https://github.com/ember-decorators/ember-decorators/issues
- npm.io page: https://npm.io/package/@ember-decorators/component

## Dependencies (3)

- [decorator-transforms](https://npm.io/package/decorator-transforms.md) ^2.3.2
- [@embroider/addon-shim](https://npm.io/package/@embroider/addon-shim.md) ^1.8.9
- [@ember-decorators/utils](https://npm.io/package/@ember-decorators/utils.md) 7.0.0

## Recent versions

- 7.0.0 (latest) — 2026-06-23
- 2.0.0-beta.1 (next) — 2018-02-17
- 6.1.1 — 2019-09-06
- 6.1.0 — 2019-08-14
- 6.0.1 — 2019-08-12
- 6.0.0 — 2019-04-11
- 5.2.0 — 2019-04-06
- 5.1.4 — 2019-03-03
- 5.1.3 — 2019-02-11
- 5.1.2 — 2019-01-23
- 5.1.1 — 2019-01-17
- 5.1.0 — 2019-01-17
- 5.0.1 — 2019-01-16
- 5.0.0 — 2019-01-14
- 4.0.3 — 2019-01-14
- … 25 more at https://npm.io/package/@ember-decorators/component/versions

## README

@ember-decorators/component
==============================================================================

[![npm version](https://badge.fury.io/js/ember-decorators.svg)](https://badge.fury.io/js/ember-decorators)
[![Build Status](https://travis-ci.org/ember-decorators/ember-decorators.svg?branch=master)](https://travis-ci.org/ember-decorators/ember-decorators)

Ember Decorators is a project dedicated to exploring and unlocking the future
of native classes in Ember.js. Its goal is to provide a set of decorators which
can be used to write native classes with every standard feature that is
available in Ember, along with the transforms and build system required to
polyfill and ship them in your app today!

This addon contains decorators related to customizing an Ember Component class.
Checkout the [documentation website](https://ember-decorators.github.io/ember-decorators)
for detailed guides on using native classes with Ember today, along with
detailed API documentation for all the decorators included in this addon.

Installation
------------------------------------------------------------------------------

```
ember install @ember-decorators/component
```

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).

---
_Source: https://npm.io/package/@ember-decorators/component · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
