Skip to content

Dev #22

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 2 commits into from
Nov 10, 2023
Merged

Dev #22

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
39 changes: 26 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,48 @@

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

<p>
<h1 align="center">Vuetify Resize Drawer</h1>
</p>

<p align="center">
<a href="https://www.npmjs.com/package/@wdns/vuetify-resize-drawer">
<img src="https://img.shields.io/npm/v/@wdns/vuetify-resize-drawer?color=1867c0&logo=npm" alt="NPM Package">
<a href="https://www.npmjs.com/package/vuetify-resize-drawer">
<img src="https://img.shields.io/npm/v/vuetify-resize-drawer?color=1867c0&logo=npm" alt="NPM Package">
</a>
&nbsp;
<a href="https://github.com/webdevnerdstuff/vuetify-resize-drawer">
<img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-brightgreen.svg?logo=github" alt="@WebDevNerdStuff">
</a>
</p>

## 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
Expand All @@ -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).


Expand Down