el-switch
Installation
SKILL.md
Switch Component
Switch component is used for switching between two opposing states.
When to Use
- Enable/disable features
- Toggle settings
- On/off switches
- Boolean state toggles
Basic Usage
<template>
<el-switch v-model="value" />
</template>