feat: range component

This commit is contained in:
vasu
2023-06-18 18:21:29 +05:30
parent 836ecffc85
commit 2bdfd9895c
6 changed files with 88 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: 'Range', link: 'components/range' },
]
}