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:
@@ -65,7 +65,7 @@ function getComponents() {
|
||||
function getFormComponents() {
|
||||
return [
|
||||
{ text: 'Input', link: 'components/input' },
|
||||
{ text: 'Select', link: 'components/select' },
|
||||
{ text: 'Checkbox', link: 'components/checkbox' },
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user