@o3r/styling
v11.5.4
Published
A styling framework to apply a theme on an Otter application at build time and runtime to support CMS customization.
Downloads
36,284
Readme
This package is an Otter Framework Module.
Description
A styling framework to apply a theme on an Otter application at build time and runtime to support CMS customization.
How to install
ng add @o3r/styling
[!WARNING] This module requires @o3r/core to be installed.
Description
Find more information in the documentation.
Generators
Otter framework provides a set of code generators based on Angular schematics.
| Schematics | Description | How to use |
| -------------------------- | -------------------------------------------------------------- | --------------------------------- |
| add | Include Otter styling module in a library / application. | ng add @o3r/styling
|
| theming-to-component | Add theming to an Otter component | ng g theming-to-component
|