JSPM

  • Created
  • Published
  • Downloads 25
  • Score
    100M100P100Q98845F
  • License ISC

GITS Navigation Drawer Component

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-drawer

yarn

yarn add @gits-id/nav-drawer

pnpm

pnpm i @gits-id/nav-drawer

Usage

<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