diff --git a/app/data/components.tsx b/app/data/components.tsx index 5f2fac140..7b6caf7f2 100644 --- a/app/data/components.tsx +++ b/app/data/components.tsx @@ -328,14 +328,14 @@ export const COMPONENTS_DATA: Component[] = [ // link: `/docs/components/skeleton`, // classes: 'w-40' // }, - // { - // id: '42', - // name: 'KBD (Keyboard)', - // image: '/images/components/keyboard.svg', - // imageDark: '/images/components/keyboard-dark.svg', - // link: `/docs/components/kbd`, - // classes: 'w-40' - // }, + { + id: '42', + name: 'KBD (Keyboard)', + image: '/images/components/keyboard.svg', + imageDark: '/images/components/keyboard-dark.svg', + link: `/docs/components/kbd`, + classes: 'w-40', + }, // { // id: '43', // name: 'Drawer (offcanvas)', diff --git a/app/docs/layout.tsx b/app/docs/layout.tsx index af9d4143f..280f055f3 100644 --- a/app/docs/layout.tsx +++ b/app/docs/layout.tsx @@ -278,7 +278,14 @@ const DocsSidebar: FC = ({ isCollapsed, setCollapsed }) => { Dropdown Footer Forms - KBD + + + KDB{' '} + + New + + + List group Modal Navbar @@ -315,7 +322,14 @@ const DocsSidebar: FC = ({ isCollapsed, setCollapsed }) => { - Floating Label + + + Floating Label{' '} + + New + + + diff --git a/public/images/components/floating-label.svg b/public/images/components/floating-label.svg new file mode 100644 index 000000000..b1e536bfe --- /dev/null +++ b/public/images/components/floating-label.svg @@ -0,0 +1,11 @@ + + + + + + + + + + +