@dj-ui/carbon-ext
v0.13.0
Published
- Add these global styles to your Angular app as per [Carbon Components Angular guideline](https://angular.carbondesignsystem.com/documentation/index.html):
Readme
dj-ui-carbon-components
Intergration with DJ-UI:
- Add these global styles to your Angular app as per Carbon Components Angular guideline:
@use '@carbon/styles';- Register a use these components are per DJ-UI guideline:
import { CarbonButtonComponent, CarbonTableComponent } from '@dj-ui/carbon-ext';
this.#uiElementFactoryService.registerUIElement({
type: CarbonTableComponent.ELEMENT_TYPE,
component: CarbonTableComponent,
});
this.#uiElementFactoryService.registerUIElement({
type: CarbonButtonComponent.ELEMENT_TYPE,
component: CarbonButtonComponent,
});