Metadata-Version: 1.0
Name: js.jqueryui_bootstrap
Version: 0.0.0
Summary: fanstatic jQuery UI bootstrap theme.
Home-page: UNKNOWN
Author: Moriyoshi Koizumi
Author-email: mozo@mozo.jp
License: BSD
Description: js.jqueryui
        ***********
        
        Introduction
        ============
        
        This library packages `jQuery UI Bootstrap theme`_ for `fanstatic`_. It is aware of different modes (normal, minified).
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery UI Bootstrap theme`: http://github.com/addyosmani/jquery-ui-bootstrap/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jqueryui_bootstrap``) are published to some URL.
        
        How to use?
        ===========
        
        You can import jQuery UI Bootstrap theme from ``js.jqueryui_bootstrap``
        and ``need`` it where you want these resources to be included on a page::
        
          >>> from js.jqueryui_bootstrap import jqueryui_bootstrap
          >>> jqueryui_bootstrap.need()
        
        CHANGES
        *******
        
        0.0.0
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
