Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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


```