knockout.tippy
v3.0.0
Published
Simple knockout binding that allows the user to bind tooltips to an element
Downloads
3
Readme
#Knockout Tippy Binding
A simple knockout binding that allows you to add a tool tip to an element.
##Installation
npm install knockout.tippy
##How to Use
Include in your bundle with a build system such as webpack or browserify.
Use less-loader
and css-loader
to include styles.
Specify a template name to use a specific template for the tooltip text.
###Bind tooltip
<a href="/remove" data-bind="tippy: 'template-name'">Hi!</a>