Switch

  • Файл: app/components/ui/switch/Switch.vue

Быстрый старт

<script setup lang="ts">
import { Switch } from 'components/ui/switch';
</script>

<template>
  <Switch 
    label="Значение 1"
    leftLabel="Значение 1"
  />
</template>

API

Props

PropTypeПо умолчанию
idstring''
namestring''
requiredstring''
disabledstring''
labelstring''
leftLabelstring''

Models

PropTypeПо умолчанию
modelbooleanundefined