feat(component): New checkbox component (#151)

* feat(component): New component checkbox

* feat(component): checkbox docs and link checkbox

* added gradient to home page

* remove unused props

* code refactor

* code refactor

* fix type error

* convert div to label
This commit is contained in:
Vasu Singh
2023-06-16 18:50:45 +05:30
committed by GitHub
parent 1b88bc99d3
commit c3e8826253
11 changed files with 189 additions and 3 deletions

View File

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