Skip to content

pranavrajs/vue-emojione

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-emojione

Dependancies

EmojiOne Directive for Vue

Install

This plugin is compatible with Vue 2.0.

  • Available through npm as vue-emojione.

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

Usage

Using the v-emoji-render directive

<div v-emoji-render:data="data"></div>

License

MIT