Package Exports
- @gits-id/nav-drawer
- @gits-id/nav-drawer/dist/nav-drawer.es.js
- @gits-id/nav-drawer/dist/nav-drawer.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/nav-drawer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GITS VNavDrawer Component
Reusable VNavDrawer Component
Installation
npm
npm i @gits-id/nav-draweryarn
yarn add @gits-id/nav-drawerpnpm
pnpm i @gits-id/nav-drawerUsage
<script setup lang="ts">
// import styles
import '@gits-id/nav-drawer/dist/style.css';
// import component
import VNavDrawer from '@gits-id/nav-drawer';
</script>
<template>
<VNavDrawer />
</template>Documentation
View VNavDrawer documentation here.
Licence
ISC