chore: add tags-input to sidebar links

This commit is contained in:
Sadegh Barati 2024-02-06 00:55:31 +03:30
parent be06d7c7eb
commit 2cd69baf29

View File

@ -320,6 +320,12 @@ export const docsConfig: DocsConfig = {
href: '/docs/components/tabs', href: '/docs/components/tabs',
items: [], items: [],
}, },
{
title: 'Tags Input',
href: '/docs/components/tags-input',
label: 'New',
items: [],
},
{ {
title: 'Textarea', title: 'Textarea',
href: '/docs/components/textarea', href: '/docs/components/textarea',