fix: Fixed error with imported Button without FlowbiteThemable

This commit is contained in:
Ilya Artamonov
2023-09-13 20:01:23 +03:00
parent 44c2f764f8
commit c6055bc417
4 changed files with 59 additions and 64 deletions

View File

@@ -10,6 +10,10 @@ import FlowbiteThemableButtonExample from './examples/button/FlowbiteThemableBut
You can use this wrapper for styling components with no color prop(like tabs, dropdown etc.)
:::warning
WIP, Do not use it in production
:::
## Tabs
```vue
@@ -105,4 +109,4 @@ const theme = 'blue' // 'blue', 'green', 'red', 'pink', 'purple'
</template>
```
<FlowbiteThemableButtonExample />
<FlowbiteThemableButtonExample />