The QuickUI Catalog is evolving from a demonstration of controls to a library of controls intended for general reuse in other projects. This catalog can also serve as a design resource exploring different user interface components for consideration in your own projects.
You have several options, presented below, for using QuickUI controls in code. See the QuickUI tutorial, particularly the first section on "Using Controls", for the mechanics of how to actually use a control.
This is fine for just kicking the tires to watch some QuickUI controls in action.
If you want to try using the controls in your own web project, you'll need to reference a recent version of jQuery, plus the core quickui.js runtime and the JavaScript and CSS files for the catalog controls. For example:
<link rel="stylesheet" type="text/css" href="http://quickui.org/release/quickui.css"/> <link rel="stylesheet" type="text/css" href="http://quickui.org/release/quickui.catalog.css"/> <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.0.js"></script> <script type="text/javascript" src="http://quickui.org/release/quickui.js"></script> <script type="text/javascript" src="http://quickui.org/release/quickui.catalog.js"></script>
If you want to pick and choose which catalog controls you want to use in a project, or if you want to build the catalog yourself, the source for the entire QuickUI catalog is maintained under the MIT license in the quickui-catalog repo on GitHub. Follow the instructions there for building.