3.0.0 • Published 8 years ago

knockout.tippy v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

#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>