Implementation of the carbon design system in ember https://www.carbondesignsystem.com/
- Ember.js v4.8 or above
- Embroider or ember-auto-import v2
ember install carbon-components-ember
Access carbon components with Carbon:: prefix
Services:
class Component {
@service('carbon.notifications') notifications;
}
See the Contributing guide for details.
This project is licensed under the Apache License 2.0.