1.1.1 • Published 3 years ago

vue-info v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A simple Vue js tooltip plugin

Need a simple tooltip on hover for any action buttons, links, text and more, provide a better UX to your project.

Demo site

Demo

Install

  • npm install vue-info
  • yarn add vue-info

How to configure / customize this plugin

  • Wrap the button or link add as child of vue-info component - Accepts single html element or a component
    Required

    import VueInfo from 'vue-info';
    export default {
        ...
        components: {
            ...
            VueInfo,
        },
         ...
    };

    Then add it to your template

    <VueInfo info="Demo Vue Info" >
        <a href="https://vue-info.netlify.app/">vue-info documentation</a>
    </VueInfo>
  • info="Tooltip info message or dresription"
    Required

  • color="choose one -> 'black', 'white', 'red'"
    default white text black background.
  • position="choose one -> 'left', 'right', 'top', 'bottom'"
    default top
  • square="true/false"
    default false, rounded by 6px
1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.1.0

3 years ago