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>
Installs
4
GitHub Stars
25
First Seen
Jul 2, 2026
el-switch — jiaiyan/element-plus-skills