Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pranavrajs/vue-emojione

EmojiOne directive for Vue.js
https://github.com/pranavrajs/vue-emojione

emoji emojione vue

Last synced: 13 days ago
JSON representation

EmojiOne directive for Vue.js

Awesome Lists containing this project

README

        

# vue-emojione

![Dependancies](https://david-dm.org/pranavrajs/vue-emojione.svg)
> EmojiOne Directive for Vue

## Install

> This plugin is compatible with Vue 2.0.

- Available through npm as `vue-emojione`.
```
npm install -S vue-emojione
```

``` js
import VueEmoji from 'vue-emojione';
Vue.use(VueEmoji, {
imageType: 'svg',
sprites: true
});
```

## Usage

#### Using the `v-emoji-render` directive

``` html


```

## License

[MIT](http://opensource.org/licenses/MIT)