mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
feat(CheckboxGroup): new component (#3862)
Co-authored-by: Benjamin Canac <canacb1@gmail.com> Co-authored-by: Romain Hamel <rom.hml@gmail.com>
This commit is contained in:
@@ -15,7 +15,8 @@ import {
|
||||
UInputNumber,
|
||||
USwitch,
|
||||
USlider,
|
||||
UPinInput
|
||||
UPinInput,
|
||||
UCheckboxGroup
|
||||
} from '#components'
|
||||
|
||||
export async function renderForm(options: {
|
||||
@@ -51,7 +52,8 @@ export async function renderForm(options: {
|
||||
UInputNumber,
|
||||
USwitch,
|
||||
USlider,
|
||||
UPinInput
|
||||
UPinInput,
|
||||
UCheckboxGroup
|
||||
},
|
||||
template: options.slotTemplate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user