mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +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'
|
||||
},
|
||||
|
||||
@@ -101,6 +101,13 @@ const components = [
|
||||
nuxt3: true,
|
||||
capi: true
|
||||
},
|
||||
{
|
||||
label: 'ToggleGroup',
|
||||
to: '/components/ToggleGroup',
|
||||
nuxt3: true,
|
||||
capi: true,
|
||||
preset: true
|
||||
},
|
||||
{
|
||||
label: 'Alert',
|
||||
to: '/components/Alert'
|
||||
@@ -117,7 +124,10 @@ const components = [
|
||||
},
|
||||
{
|
||||
label: 'InputGroup',
|
||||
to: '/components/InputGroup'
|
||||
to: '/components/InputGroup',
|
||||
nuxt3: true,
|
||||
capi: true,
|
||||
preset: true
|
||||
},
|
||||
{
|
||||
label: 'Radio',
|
||||
|
||||
Reference in New Issue
Block a user