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
1
GitHub Stars
16
First Seen
6 days ago
el-switch — jiaiyan/element-plus-skills