You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
22
+
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.
24
23
25
24
26
25
## Installation
27
26
28
-
Using npm:
27
+
Using [pnpm](https://pnpm.io/):
29
28
```
30
-
npm i vuetify-resize-drawer
29
+
pnpm add @wdns/vuetify-resize-drawer
31
30
```
32
31
33
-
Using [pnpm](https://pnpm.io/):
32
+
Using npm:
34
33
```
35
-
pnpm add vuetify-resize-drawer
34
+
npm i @wdns/vuetify-resize-drawer
36
35
```
37
36
38
37
## Documentation
@@ -41,8 +40,8 @@ pnpm add vuetify-resize-drawer
41
40
42
41
## Dependencies
43
42
44
-
[Vuetify v2](https://vuetifyjs.com/)
45
-
[Vue 2](https://v2.vuejs.org/)
43
+
[Vuetify v3](https://vuetifyjs.com/)
44
+
[Vue 3](https://vuejs.org/)
46
45
47
46
48
47
## Change Log
@@ -52,7 +51,7 @@ pnpm add vuetify-resize-drawer
52
51
53
52
## License
54
53
55
-
Copyright (c) 2022 WebDevNerdStuff
54
+
Copyright (c) 2023 WebDevNerdStuff
56
55
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-resize-drawer/blob/master/LICENSE.md).
0 commit comments