@morpheme/switch
v1.0.1
Published
Morpheme Vue Switch
Downloads
161
Maintainers
Readme
Morpheme Switch
Vue Switch Component.
Installation
npm
npm i @morpheme/switch
yarn
yarn add @morpheme/switch
pnpm
pnpm i @morpheme/switch
Usage
<script setup lang="ts">
import VSwitch from '@morpheme/switch';
import '@morpheme/switch/dist/style.css';
</script>
<template>
<VSwitch />
</template>
Documentation
View Switch
documentation here.
License
MIT