fix: Fixed error with imported Button without FlowbiteThemable
This commit is contained in:
@@ -38,7 +38,6 @@ function getComponents() {
|
||||
{ text: 'Card', link: '/components/card.md' },
|
||||
{ text: 'Carousel', link: '/components/carousel' },
|
||||
{ text: 'Dropdown', link: '/components/dropdown' },
|
||||
{ text: 'Footer', link: '/components/footer' },
|
||||
{ text: 'Pagination', link: '/components/pagination' },
|
||||
{ text: 'Progress', link: '/components/progress' },
|
||||
{ text: 'Rating', link: '/components/rating' },
|
||||
|
||||
@@ -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