This is the extensions based on Bootstrap.
Requires:
- bootstrap (requires: jquery)
-
Clone the repo
git clone https://github.com/bndynet/bootstrap-more.git
-
Install Node.js and packages
npm install
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
bootstrap-more/
├── dist/
│ ├── bootstrap-more.css
│ ├── bootstrap-more.min.css
│ ├── bootstrap-more.js
│ └── bootstrap-more.min.js
├── demo/
│ └── index.html
└── src/
├── _variables.scss
├── bootstrap-more.scss
└── bootstrap-more.coffee
We provide compiled CSS and JS (bootstrap-more.*
), as well as compiled and minified CSS and JS (bootstrap-more.min.*
).
<!-- Latest compiled and minified CSS -->
<link href="boostrap-more/dist/bootstrap-more.min.css" rel="stylesheet"/>
<!-- Latest compiled and minified JavaScript -->
<script src="bootstrap-more/dist/bootstrap-more.min.js"></script>
<form class="readonly [form-horizontal|form-inline]">
<div class="form-group">
<label>Username</label>
<input type="text" class="form-control" />
</div>
</form>
Code and documentation (c) 2016 Bndy.Net. Code released under the MIT License.