vue-tooltipster

WebJar for vue-tooltipster

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-cpfarher-vue-tooltipster
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

vue-tooltipster
WebJar for vue-tooltipster
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/cpfarher/vue-tooltipster

Download github-com-cpfarher-vue-tooltipster

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-cpfarher-vue-tooltipster/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-cpfarher-vue-tooltipster</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-cpfarher-vue-tooltipster/
implementation 'org.webjars.npm:github-com-cpfarher-vue-tooltipster:1.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-cpfarher-vue-tooltipster/
implementation ("org.webjars.npm:github-com-cpfarher-vue-tooltipster:1.2.0")
'org.webjars.npm:github-com-cpfarher-vue-tooltipster:jar:1.2.0'
<dependency org="org.webjars.npm" name="github-com-cpfarher-vue-tooltipster" rev="1.2.0">
  <artifact name="github-com-cpfarher-vue-tooltipster" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-cpfarher-vue-tooltipster', version='1.2.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-cpfarher-vue-tooltipster" % "1.2.0"
[org.webjars.npm/github-com-cpfarher-vue-tooltipster "1.2.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.webjars.npm : vue-awesome jar [2.3.3,3)
org.webjars.npm : vue jar [2.1.10,3)
org.webjars.npm : tooltipster jar [4.2.5,5)
org.webjars.npm : jquery jar [3.2.1,4)
org.webjars.npm : bootstrap jar [3,4)
org.webjars.npm : vue-router jar [2.2.1,3)

Project Modules

There are no modules declared in this project.

vue-tooltipster

This is a Vue tooltipster component for VueJS2 inspired in Tooltipster plugin.

Also it add a new feature to Tooltipster plugin:

  • Tooltip works as state of the art but also you can click over trigger element for keep the tooltip opened.
  • You can render html content inside tooltip through slot 'content'

Checkout code and run

npm install
npm run serve

TODOs:

  • Ad Bootstrap style for hello world example
  • Tests...
  • ...

Versions

Version
1.2.0