feat(component): New toggle component (#152)
* feat(component): New toggle component * adding docs for toggle * blank lines * fix type * Update docs/components/toggle.md * Update docs/components/toggle/examples/SizeToggle.vue * Update src/components/Toggle/Toggle.vue * Update src/components/Toggle/composables/useToggleClasses.ts * Update src/components/Toggle/composables/useToggleClasses.ts * Update src/components/Toggle/composables/useToggleClasses.ts --------- Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com>
This commit is contained in:
@@ -66,6 +66,8 @@ function getFormComponents() {
|
||||
return [
|
||||
{ text: 'Input', link: 'components/input' },
|
||||
{ text: 'Checkbox', link: 'components/checkbox' },
|
||||
{ text: 'Select', link: 'components/select' },
|
||||
{ text: 'Toggle', link: 'components/toggle' },
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user