feat: add input component
This commit is contained in:
@@ -15,6 +15,13 @@ function buildSidebar() {
|
||||
...getComponents(),
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Form',
|
||||
collapsible: true,
|
||||
items: [
|
||||
...getFormComponents(),
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Utils',
|
||||
collapsible: true,
|
||||
@@ -55,6 +62,12 @@ function getComponents() {
|
||||
]
|
||||
}
|
||||
|
||||
function getFormComponents() {
|
||||
return [
|
||||
{ text: 'Input', link: 'components/input/input.md' },
|
||||
]
|
||||
}
|
||||
|
||||
function getUtils() {
|
||||
return [
|
||||
{ text: 'Flowbite Themable', link: '/components/flowbiteThemable/flowbiteThemable.md' },
|
||||
|
||||
Reference in New Issue
Block a user