mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(PinInput): implement component (#2570)
Co-authored-by: Max Steinwand <msteinwand@kues.de> Co-authored-by: Benjamin Canac <canacb1@gmail.com> Co-authored-by: Romain Hamel <rom.hml@gmail.com>
This commit is contained in:
@@ -12,7 +12,8 @@ import {
|
||||
USelectMenu,
|
||||
UInputMenu,
|
||||
USwitch,
|
||||
USlider
|
||||
USlider,
|
||||
UPinInput
|
||||
} from '#components'
|
||||
|
||||
export async function renderForm(options: {
|
||||
@@ -45,7 +46,8 @@ export async function renderForm(options: {
|
||||
USelectMenu,
|
||||
UInputMenu,
|
||||
USwitch,
|
||||
USlider
|
||||
USlider,
|
||||
UPinInput
|
||||
},
|
||||
template: options.slotTemplate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user