chore: add input-otp to side nav

This commit is contained in:
Sadegh Barati 2024-03-08 01:36:39 +03:30
parent ab3b0fb8ac
commit b4b5af7898

View File

@ -245,6 +245,12 @@ export const docsConfig: DocsConfig = {
href: '/docs/components/input', href: '/docs/components/input',
items: [], items: [],
}, },
{
title: 'Input OTP',
href: '/docs/components/input-otp',
items: [],
label: 'New',
},
{ {
title: 'Label', title: 'Label',
href: '/docs/components/label', href: '/docs/components/label',