chore: add carousel component doc to the table of contents

This commit is contained in:
wasimTQ 2023-12-29 22:52:15 +05:30
parent 6ded40c5a9
commit 0ec5604b31

View File

@ -168,6 +168,12 @@ export const docsConfig: DocsConfig = {
href: '/docs/components/card',
items: [],
},
{
title: 'Carousel',
href: '/docs/components/carousel',
label: 'New',
items: [],
},
{
title: 'Checkbox',
href: '/docs/components/checkbox',