feat(component): New component textarea

This commit is contained in:
Vasu Singh
2023-07-11 00:12:06 +05:30
committed by GitHub
parent d2aeafda8c
commit 7569ca63be
7 changed files with 189 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ function getFormComponents() {
{ text: 'Checkbox', link: 'components/checkbox' },
{ text: 'Select', link: 'components/select' },
{ text: 'Toggle', link: 'components/toggle' },
{ text: 'Textarea', link: 'components/textarea' },
{ text: 'Range', link: 'components/range' },
{ text: 'Radio', link: 'components/radio' },
]