Merge pull request #155 from vasucp1207/range

feat(component): New range slider
This commit is contained in:
Ilya Artamonov
2023-06-28 19:29:19 +03:00
committed by GitHub
10 changed files with 224 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' },
]
}