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

https://github.com/0x8f701/vuereusable

Vue Reusable Components
https://github.com/0x8f701/vuereusable

buefy vuejs2

Last synced: 3 months ago
JSON representation

Vue Reusable Components

Awesome Lists containing this project

README

          

# VueReusable

Vue Reusable Components, Directives, Prototypes

## Components

- `ReturnTop`
```vue

```

## Directives

- `v-fixed-top` : when scroll to a component, makes it fix there
- `v-focus` : the same as `el.focus()`
- `v-visible` : similar with `v-show` but it changes only visibility which means element will take space

## Prototypes

- $eventBus : global eventbus for transferring informations