Skip to content

Instantly share code, notes, and snippets.

@iox
Last active August 29, 2015 14:23
Show Gist options
  • Save iox/791c7e16e6d2d4aaa2de to your computer and use it in GitHub Desktop.
Save iox/791c7e16e6d2d4aaa2de to your computer and use it in GitHub Desktop.
Fuelux Test with Hobo 2.1
<page title="Home">
<body: class="fuelux"/>
<content:>
<header class="content-header hero-unit">
<h1>Test</h1>
<script src="//www.fuelcdn.com/fuelux/3.6.3/js/fuelux.min.js"></script>
<div class="checkbox">
<label class="checkbox-custom" data-initialize="checkbox">
<input class="sr-only" data-toggle="#hereKittyKitty" type="checkbox" value="option1"/>
<span class="checkbox-label">I love kittens!</span>
</label>
</div>
<div id="hereKittyKitty" class="alert bg-info">Great. Meow, too!</div>
<div class="input-group input-append dropdown combobox" data-initialize="combobox" id="myCombobox">
<input type="text" class="form-control"/>
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
<ul class="dropdown-menu dropdown-menu-right">
<li data-value="1"><a href="#">One</a></li>
<li data-value="1"><a href="#">Two</a></li>
<li data-value="1"><a href="#">Three</a></li>
</ul>
</div>
</div>
</header>
</content:>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment