@dj-ui/carbon-ext
v0.4.1
Published
## Intergration with DJ-UI:
Downloads
390
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,
});