Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 764 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 764 Bytes

#MiniWidget ##A library designed to quickly create tooltip-like widgets linked to any element in the page.

##Features

  • Highly configurable.
  • Unlimited miniWidgets with same/different data sources on the same page.
  • Localisation with real-time language change, useful for single page apps.
  • Data caching used for real-time content changes.
  • A lightweight template system using {{property}} also allows for nested {{#repeat property}}...{{/repeat}}
  • Ultra-fast engine to render and display any content.

##Build The only required command in order to get jQuery library for this demo:

bower install

Copy all files and folders to the document root of a virtual server.

Point your browser to your virtual server location.

That's all!