feat: flowbite-themable for theming components with no color prop(not only)

This commit is contained in:
Alexandr
2022-07-07 18:07:16 +03:00
parent d968092162
commit 4fb027fcb4
15 changed files with 379 additions and 9 deletions

View File

@@ -4,3 +4,4 @@ export { default as ButtonGroup } from './components/ButtonGroup/ButtonGroup.vue
export { default as Alert } from './components/Alert/Alert.vue'
export { default as Tabs } from './components/Tabs/Tabs.vue'
export { default as Tab } from './components/Tabs/components/Tab/Tab.vue'
export { default as FlowbiteThemable } from './components/utils/FlowbiteThemable/FlowbiteThemable.vue'