feat(component): New select component docs

This commit is contained in:
vasu
2023-06-13 15:00:35 +05:30
parent b87c8d7751
commit 2c97b19284

View File

@@ -65,6 +65,7 @@ function getComponents() {
function getFormComponents() { function getFormComponents() {
return [ return [
{ text: 'Input', link: 'components/input' }, { text: 'Input', link: 'components/input' },
{ text: 'Select', link: 'components/select' },
] ]
} }