Renderers
Schema / option → Nuxt UI component mapping.
| Schema / option | Nuxt UI component | Detailed options |
|---|---|---|
string | UInput | Text |
string + options.multi | UTextarea | Textarea |
string + format: password | UInput + toggle | Password |
object + options.wysiwyg | UEditor | WYSIWYG |
string + options.format: pin | UPinInput | Pin |
string + format: color | UColorPicker | Color |
string + format: data-url | UFileUpload | File |
number / integer | UInputNumber | Numbers |
number + options.slider | USlider | Slider |
number + options.format: rating | UInputRating | Rating |
boolean | UCheckbox / USwitch | Boolean |
enum | USelectMenu | Enum |
enum + options.format: select | USelect | Select |
enum + options.format: radio | URadioGroup | Radio |
string + options.api | UInputMenu | Autocomplete |
format: date / date-time / time | UInputDate / UInputTime | Dates |
options.format: calendar | UCalendar | Calendar |
array + options.format: tags | UInputTags | Tags |
array | repeatable cards | Array |
oneOf | selector + sub-form | oneOf |
Group | UCard | Group |
Categorization | UTabs / UStepper | Categorization |
Label | heading + USeparator | Label |
→ Full options API index (Name / Type / Default / Description tables + examples, Quasar / Vuetify style).
→ Playground showcase catalogue (live forms + API tab).