Carbon 6 Installation
Carbon 6 comes only in SCSS package. This package includes all SCSS source files required for easy customization of any theme element.
Installation steps are explained in next chapter.
Installation
To install Carbon 6 theme in your application please follow these steps:
1. Extract Carbon 6 zip package in your packages/local folder
Carbon zip file contains four Ext packages. Extract all of them.
2. Switch to Carbon 6 theme
Open your app.json file and select Carbon in theme property:
"theme": "codaxy-carbon-classic",
"theme": "codaxy-carbon-modern",
At this point, your application should take Carbon default appearance.