LittleCub Forms

Light-Weight, High-Performance & Easily Customizable

Twitter Bootstrap is one of the most popular and powerful responsive UI framework for faster and easier web development.

LittleCub provides two themes bootstrap and bootstrap-horizontal that render form controls in bootstrap styles. It also comes with a configurable grid template for grid style form layout.

To load the themes, we can either use the compiled version or load the templates directly. Make sure you adjust the paths in the following code snippet.

Runtime Mode

<script src="dist/littlecub-bootstrap.min.js" type="text/javascript"></script>

Development Mode

LittleCub.loadThemes({
    "default" : "themes/bootstrap/bootstrap.html",
    "default-horizontal": "themes/bootstrap/bootstrap-horizontal.html"
}, function() {
    // Rest of your forms related code goes here!
});