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

@@ -11,7 +11,15 @@ function buildSidebar() {
items: [
...getComponents(),
],
}]
},
{
text: 'Utils',
collapsible: true,
items: [
...getUtils(),
],
},
]
}
function getComponents() {
@@ -24,6 +32,12 @@ function getComponents() {
]
}
function getUtils() {
return [
{ text: 'Flowbite Themable', link: '/guide/flowbiteThemable/flowbiteThemable.md' },
]
}
/**
* This can be used as an example
* https://github.com/vuejs/vitepress/blob/master/docs/.vitepress/config.js