Renderers
Correspondance schéma / options → composant Nuxt UI.
| Schéma / option | Composant Nuxt UI | Options détaillées |
|---|---|---|
string | UInput | Texte |
string + options.multi | UTextarea | Textarea |
string + format: password | UInput + bascule | 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 | Nombres |
number + options.slider | USlider | Slider |
number + options.format: rating | UInputRating | Rating |
boolean | UCheckbox / USwitch | Booléen |
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 | cartes répétables | Array |
oneOf | sélecteur + sous-formulaire | oneOf |
Group | UCard | Group |
Categorization | UTabs / UStepper | Categorization |
Label | titre + USeparator | Label |
→ Index complet de l’API options (tableaux Name / Type / Default / Description + exemples, style Quasar / Vuetify).
→ Catalogue des vitrines playground (formulaires live + onglet API).