@liamitus & @tkayali's Tooltip, built with Angular.js and designed to be fast and easy to use.
Demo coming soon...
- Custom HTML
- Default style
- Customizable style
- Spatial awareness
- Directional awareness
- Sweet animations
- Fast
- Tested
First include lt.tooltip.js or lt.tooltip.min.js in your HTML page and you're ready to go:
<script src="lt.tooltip.min.js"></script>Now simply wrap some text with the <tooltip> tag to see it in action.
<tooltip>some text</tooltip>Add some custom text to the tooltip with the template attribute.
<tooltip template="A useful tooltip">some text</tooltip>