@morpheme/switch
v1.0.1
Published
Morpheme Vue Switch
Maintainers
Readme
Morpheme Switch
Vue Switch Component.
Installation
npm
npm i @morpheme/switchyarn
yarn add @morpheme/switchpnpm
pnpm i @morpheme/switchUsage
<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
