Switch
Last modified by Thiago Krieck on 2023/12/05 14:35
Properties
- Label
Shoelace
https://shoelace.style/components/switch
<sl-switch>Switch</sl-switch>vue-dsfr
https://vue-dsfr.netlify.app/?path=/docs/composants-dsfrtoggleswitch--docs
<template>
<DsfrToggleSwitch
v-model="modelValue"
:label="label"
:hint="hint"
:disabled="disabled"
:input-id="inputId"
/>
</template>Vuetify
https://vuetifyjs.com/en/components/switches/#usage
<v-switch label="Switch"></v-switch>