Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/07akioni/vdirs
Helper directives for Vue
https://github.com/07akioni/vdirs
Last synced: 28 days ago
JSON representation
Helper directives for Vue
- Host: GitHub
- URL: https://github.com/07akioni/vdirs
- Owner: 07akioni
- Created: 2020-11-26T14:01:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T01:06:35.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:37:47.468Z (7 months ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-naive - vdirs - Helper directives for Vue. (List / Related To NaiveUI)
README
# vdirs
Helper directives for Vue.## Installation
```bash
npm install --save-dev vdirs
```## Docs
### zindexable
**Description**Set largest z-index on the most recently displayed element.
**Usage**
```js
import { zindexable } from 'vdirs'export default {
directives: {
zindexable
}
}
```
```html
```### clickoutside, mousemoveoutside
**Description**As the names.
**Usage**
```js
import { clickoutside, mousemoveoutside } from 'vdirs'export default {
directives: {
clickoutside,
mousemoveoutside
}
}
```
```html
```