Skip to content

Fix again #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

<p align="center">
<img alt="Vuetify Logo" width="100" src="https://webdevnerdstuff.github.io/vuetify-resize-drawer/images/vuetify-logo-light-atom.svg">
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-resize-drawer/main/src/assets/vuetify-logo.svg">
</p>

<p>
Expand All @@ -20,19 +19,19 @@

## 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).
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.


## Installation

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

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

## Documentation
Expand All @@ -41,8 +40,8 @@ pnpm add vuetify-resize-drawer

## Dependencies

[Vuetify v2](https://vuetifyjs.com/)
[Vue 2](https://v2.vuejs.org/)
[Vuetify v3](https://vuetifyjs.com/)
[Vue 3](https://vuejs.org/)


## Change Log
Expand All @@ -52,7 +51,7 @@ pnpm add vuetify-resize-drawer

## License

Copyright (c) 2022 WebDevNerdStuff
Copyright (c) 2023 WebDevNerdStuff
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-resize-drawer/blob/master/LICENSE.md).


Expand Down