# carbon-components-ember **Repository Path**: mirrors_ibm/carbon-components-ember ## Basic Information - **Project Name**: carbon-components-ember - **Description**: Ember implementation of the Carbon Design System - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).