mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
chore: support presets for InputGroup and ToggleGroup
This commit is contained in:
@@ -110,6 +110,14 @@ const defaultProps = {
|
||||
Input: {
|
||||
name: 'input'
|
||||
},
|
||||
InputGroup: {
|
||||
name: 'input',
|
||||
label: 'Input group'
|
||||
},
|
||||
ToggleGroup: {
|
||||
name: 'input',
|
||||
label: 'Toggle group'
|
||||
},
|
||||
Checkbox: {
|
||||
name: 'checkbox'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user