Themes
Vuely comes with interactive themes. You can select any one of them according to your needs. In this section you will get detailed documentation on the usage of these themes.
-themes
--accentTheme.js // Accent theme
--dangerTheme.js // Danger theme
--infoTheme.js // Info theme
--primaryTheme.js // Primary theme
--successTheme.js // Success theme
--warningTheme.js // Warning themeconst state = {
...
selectedTheme: themes[3],// for danger theme, like wise themes[0] for Primary Theme
...
}Last updated