0.0.4 • Published 1 year ago

vuetify-navigation-drawer-resize v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Use

<template>
  <VNavigationDrawerResize :modelValue="true" permanent>
    <!-- Navigation Content -->
  </VNavigationDrawerResize>
</template>

<script setup>
import { VNavigationDrawerResize } from 'vuetify-navigation-drawer-resize'
</script>

Model Extend

  • v-model:width

Props extend

  • minWidth: string | number - default (256)
  • maxWidth: string | number - default (70%)
  • resizeable: boolean - default (true)
  • resizeColor: string - default (primary)

Event extend

  • @update:resizing: boolean

Support all props from source

Navigation Drawer API

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago