Theme Setup
How to use pre-built layout theme?
You can change the template as per your requirements. To
configure it, we will use reducer.js.
you can find the file src/slices/layouts/reducer.ts
file.
To switch the layout theme type in Velzon, you must specify the desired layout style as
"Default." This can be achieved by modifying the layoutThemeType value within the
js/Components/constants/layout.ts
file. Specifically,
for JavaScript, update the line to read layoutThemeType : LAYOUT_THEME_TYPES.DEFAULT in the respective
file.
layoutThemeTypes.DEFAULT
layoutThemeTypes.SAAS
layoutThemeTypes.MATERIAL
layoutThemeTypes.GALAXY
layoutThemeTypes.CORPORATE
layoutThemeTypes.MINIMAL
layoutThemeTypes.CREATIVE
layoutThemeTypes.MODERN
layoutThemeTypes.INTERACTIVE
layoutThemeTypes.CLASSIC
layoutThemeTypes.VINTAGE