How to use?
===========

You can import jQuery UI from ``js.jqueryui`` and ``need`` it
where you want these resources to be included on a page::

  >>> from js.jqueryui import jqueryui
  >>> jqueryui.need()

Themes
------

The themes in the jQuery UI themes distribution are included as well::

  >>> from js.jqueryui import black_tie
  >>> black_tie.need()
