LittleCub Forms

Light-Weight, High-Performance & Easily Customizable

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

LittleCub provides two themes foundation and foundation-horizontal that render form controls in foundation 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-foundation.min.js" type="text/javascript"></script>

Development Mode

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