@design-system-rte/angular
v1.2.0
Published
Angular components for the Design System RTE
Keywords
Readme
Installation Instructions
Add Branding/Theme Mixin:
Include the branding/theme mixin in your main
.scssfile. This will create a style scope for the components.@use "@design-system-rte/core/design-tokens/tokens/mixins" as *; @include theme-selector('bleu_iceberg', 'light');Add HTML Selector:
Add an HTML selector to define the context for applying component styles.
<body data-theme="bleu_iceberg" data-mode="light"> <app-root/> </body>Use Components:
Implement the different components as documented in the Storybook provided with the library.
Icon Component Usage:
To use the Icon Component (rte-icon), copy the
.svgfiles fromnode_modules/@design-system-rte/core/assets/iconsto the/assets/iconsdirectory of your application.
