https://github.com/IBM/carbon-components-ember
Ember implementation of the Carbon Design System
https://github.com/IBM/carbon-components-ember
Last synced: 6 months ago
JSON representation
Ember implementation of the Carbon Design System
- Host: GitHub
- URL: https://github.com/IBM/carbon-components-ember
- Owner: IBM
- License: mit
- Created: 2019-07-11T12:09:31.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-13T23:45:48.000Z (6 months ago)
- Last Synced: 2026-02-14T05:26:30.166Z (6 months ago)
- Language: TypeScript
- Homepage: https://ibm.github.io/carbon-components-ember/
- Size: 88.5 MB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ember - Carbon - by IBM (Design Systems)
README
# Carbon Components Ember
Implementation of the carbon design system in ember
https://www.carbondesignsystem.com/
## Compatibility
- Ember.js v4.8 or above
- Embroider or ember-auto-import v2
## Installation
```
ember install carbon-components-ember
```
## Usage
Access carbon components with Carbon:: prefix
```handlebars
```
Services:
```js
class Component {
@service("carbon.notifications") notifications;
}
```
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [Apache License 2.0](LICENSE.md).