diff --git a/README.md b/README.md index b3e27da..28717bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ +

- Vuetify Logo + Vuetify Logo

@@ -7,8 +8,8 @@

- - NPM Package + + NPM Package   @@ -16,20 +17,32 @@

-## Important Information -This repository and npm package has been depreciated and moved to the WebDevNerdStuff org @wdns. +## Description -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) +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). -## Description +## Installation + +Using npm: +``` +npm i vuetify-resize-drawer +``` + +Using [pnpm](https://pnpm.io/): +``` +pnpm add vuetify-resize-drawer +``` + +## Documentation + +[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-resize-drawer/) -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. +## Dependencies + +[Vuetify v2](https://vuetifyjs.com/) +[Vue 2](https://v2.vuejs.org/) ## Change Log @@ -39,7 +52,7 @@ The `vuetify-resize-drawer` component extends the functionality of the [v-naviga ## License -Copyright (c) 2023 WebDevNerdStuff +Copyright (c) 2022 WebDevNerdStuff Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-resize-drawer/blob/master/LICENSE.md).