fix: Fixed error with imported Button without FlowbiteThemable
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user