/v-tooltip-nuxt

Nuxt module based of v-tooltip

Primary LanguageTypeScript

v-tooltip-nuxt GitHub stars Twitter Follow GitHub last commit Open Source Love

Nuxt module of v-tooltip

Installation

Install npm dependency as follows

$ npm i apgapg/v-tooltip-nuxt

Note: You might need to ref the latest commit in package-lock.json for future updates

Nuxt.js

Add v-tooltip/nuxt to modules section of nuxt.config.js

{
  modules: [
    'v-tooltip-nuxt',
    // Or if you have custom options...
    ['v-tooltip-nuxt', { defaultPlacement: 'top' }],
    // Or provide options globally
    //  VTooltip: {
    //    defaultPlacement: 'bottom',
    //  },
  ]
}

👍 Contribution

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request