UNPKG

flowbite-admin-dashboard

Version:

A free and open-source admin dashboard template built with Tailwind CSS and Flowbite

14 lines (12 loc) 298 B
const DARK_CLASS_NAME = 'dark' const DARK_COLOR_THEME = 'dark' const LIGHT_CLASS_NAME = 'light' const LIGHT_COLOR_THEME = 'light' const HIDDEN_CLASS_NAME = 'hidden' module.exports = { DARK_CLASS_NAME, DARK_COLOR_THEME, LIGHT_CLASS_NAME, LIGHT_COLOR_THEME, HIDDEN_CLASS_NAME, }