Themes
Reactify 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: [
{
id: 1,
name: 'primary'
},
{
id: 2,
name: 'secondary'
},
{
id: 3,
name: 'warning'
},
{
id: 4,
name: 'info'
},
{
id: 5,
name: 'danger'
},
{
id: 6,
name: 'success'
}
]

Last updated