@gits-id/nav-drawer
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.4 • Public • Published

NavDrawer

Navigation Drawer Component.

Installation

Install with your own prefered package manager:

# with NPM
npm i @gits-id/nav-drawer

# Or with Yarn
yarn add @gits-id/nav-drawer

# Or with PNPM
pnpm i @gits-id/nav-drawer

Usage

<script setup lang="ts">
import {ref} from 'vue';
import VNavDrawer from '@gits-id/nav-drawer';
import '@gits-id/nav-drawer/dist/style.css';

const isOpen = ref(true);
</script>

<template>
  <VNavDrawer v-model="isOpen">
    <p>Hello World</p>
  </VNavDrawer>
</template>

Documentation

View VNavDrawer documentation here.

License

MIT

Package Sidebar

Install

npm i @gits-id/nav-drawer

Weekly Downloads

5

Version

1.0.0-beta.4

License

MIT

Unpacked Size

104 kB

Total Files

34

Last publish

Collaborators

  • gravitano