Package Exports
- @gits-id/switch
- @gits-id/switch/dist/switch.es.js
- @gits-id/switch/dist/switch.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gits-id/switch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GITS Switch Component
Reusable Switch Component
Installation
npm
npm i @gits-id/switchyarn
yarn add @gits-id/switchpnpm
pnpm i @gits-id/switchUsage
<script setup lang="ts">
// import styles
import '@gits-id/switch/dist/style.css';
// import component
import Switch from '@gits-id/switch';
</script>
<template>
<Switch />
</template>Documentation
View Switch documentation here.
Licence
ISC