Skip to content

Commit

Permalink
Merge pull request #21 from webdevnerdstuff/v3
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
webdevnerdstuff authored Nov 10, 2023
2 parents 859a23f + ffe2611 commit 600ee04
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,20 @@
</a>
</p>

## Important Information

## Description

The `vuetify-resize-drawer` component extends the functionality of the [v-navigation-drawer](https://vuetifyjs.com/en/components/navigation-drawers/) so that it is resizable by the user. Component is for Vuetify v2. Component for Vuetify v3 version can be found [here](https://github.com/webdevnerdstuff/vuetify3-resize-drawer).
This repository and npm package has been depreciated and moved to the WebDevNerdStuff org @wdns.

You can find the new repository here:
[https://github.com/webdevnerdstuff/vuetify-resize-drawer](https://github.com/webdevnerdstuff/vuetify-resize-drawer)

You can find the new NPM package here:
[https://www.npmjs.com/package/@wdns/vuetify-resize-drawer](https://www.npmjs.com/package/@wdns/vuetify-resize-drawer)

## Installation

Using [pnpm](https://pnpm.io/):
```
pnpm add @wdns/vuetify-resize-drawer
```

Using npm:
```
npm i @wdns/vuetify-resize-drawer
```

## Documentation

[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-resize-drawer/)
## Description

## Dependencies

[Vuetify v3](https://vuetifyjs.com/)
[Vue 3](https://vuejs.org/)
The `vuetify-resize-drawer` component extends the functionality of the [v-navigation-drawer](https://vuetifyjs.com/en/components/navigation-drawers/) so that it is resizable by the user.


## Change Log
Expand Down

0 comments on commit 600ee04

Please sign in to comment.