Project Configuration
Configuration option for whole Template
Mantis has a single source of truth for default configuration which lets users manage it effectively. It also makes it scalable for new configurations. you can set config like font, border, theme layout, locale, etc. All those can be configured at ..src/config.js
defaultPath | /dashboard/default | string | default path once login success |
fontFamily | 'Roboto', sans-serif | String | set font family |
mode | light | String |
|
i18n | en | String |
|
themeDirection | ltr | boolean | set layout from right to left. |
miniDrawer | false | boolean | |
container | true | boolean | see layout in stretch |
presetColor | default | string | different preset for theme. |
Last updated