All Projects → visionappscz → Bootstrap Ui

visionappscz / Bootstrap Ui

Licence: mit
⚠️ IN MAINTENANCE MODE. Bootstrap UI is a Bootstrap extension for building beautiful web apps user interfaces.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bootstrap Ui

Bootstrap
基于bootstrap3搭建的页面结构
Stars: ✭ 137 (+128.33%)
Mutual labels:  bootstrap, bootstrap3
Ci Adminlte
CodeIgniter 3.1.10 with AdminLTE 2.3.11
Stars: ✭ 259 (+331.67%)
Mutual labels:  bootstrap, bootstrap3
X Editable Rails
Edit fields easily with X-Editable helper
Stars: ✭ 159 (+165%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap Validate
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
Stars: ✭ 112 (+86.67%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-78.33%)
Mutual labels:  bootstrap, bootstrap3
Wordpress Bootstrap
Bootstrap in WordPress theme form - Bootstrap 3.3.1
Stars: ✭ 1,494 (+2390%)
Mutual labels:  bootstrap, bootstrap3
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (+211.67%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap Colorpicker
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
Stars: ✭ 1,351 (+2151.67%)
Mutual labels:  bootstrap, bootstrap3
Bh
Bootstrap Helpers for Ruby
Stars: ✭ 834 (+1290%)
Mutual labels:  bootstrap, bootstrap3
Angular Ui Notification
Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
Stars: ✭ 549 (+815%)
Mutual labels:  bootstrap, bootstrap3
Vue Cli Multipage Bootstrap
vue-cli-multipage-bootstrap demo with vue2+vue-router+vuex+bootstrap+markdown for learning vue2.0
Stars: ✭ 105 (+75%)
Mutual labels:  bootstrap, bootstrap3
Uiv
Bootstrap 3 components implemented by Vue 2.
Stars: ✭ 882 (+1370%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap 4 Utilities
Bootstrap 4 utility classes in LESS CSS for Bootstrap 3 or any other projects.
Stars: ✭ 105 (+75%)
Mutual labels:  bootstrap, bootstrap3
Cakephp3 Bootstrap Helpers
CakePHP 3.x Helpers for Bootstrap 3 and 4.
Stars: ✭ 134 (+123.33%)
Mutual labels:  bootstrap, bootstrap3
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (+66.67%)
Mutual labels:  bootstrap, bootstrap3
Yii2 Bootstrap
Yii 2 Bootstrap 3 Extension
Stars: ✭ 177 (+195%)
Mutual labels:  bootstrap, bootstrap3
Ladda Bootstrap
Ladda buttons concept originally by @hakimel, example using Bootstrap 3 by @msurguy
Stars: ✭ 1,258 (+1996.67%)
Mutual labels:  bootstrap, bootstrap3
Ajsf
Angular JSON Schema Form
Stars: ✭ 266 (+343.33%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap
Repository for my tutorial course: Bootstrap 3 Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 14 (-76.67%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap Blog Template
An awesome blog template constructed using Twitter Bootstrap 3
Stars: ✭ 29 (-51.67%)
Mutual labels:  bootstrap, bootstrap3

Bootstrap UI

npm Version devDependency Status Build Status

⚠️ Bootstrap UI is in maintenance mode. There are no plans to upgrade to a higher version of Bootstrap since v4 introduced most of what we missed in v3.

Bootstrap UI is a Bootstrap 3 extension for building beautiful web apps user interfaces.

Get started at www.bootstrap-ui.com!

Contributing

  1. Bootstrap UI shouldn't contain anything that can be easily achieved with vanilla Bootstrap.
  2. Every part of Bootstrap UI should be an opt-in extension, not a modification of Bootstrap. There is only one exception and that is basic typography.
  3. Documentation only describes usage of each component. Design patterns are presented in the Bootstrap UI Demo project.

Versioning

Bootstrap UI is maintained under the Semantic Versioning guidelines.

See the Releases section of the GitHub project for changelogs for each release version of Bootstrap UI.

Breaking Changes

  1. When filing an issue which would result in a breaking change, mark the issue with the BC label.
  2. Should an alternative functionality be implemented while keeping the original solution available until next major release, mark the original functionality as deprecated both in code and documentation. Make sure that all deprecated functionality is removed with each major release.

In both cases include migration path in issue's description (and later in release changelog).

Releasing New Version

  1. Update version number in package.json
  2. $ grunt dist
  3. $ git checkout -b release-version-<VERSION_ID>
  4. $ git commit -am "Bump version"
  5. $ git tag <SEMANTIC_VERSION_NUMBER>
  6. $ git push --follow-tags
  7. Add the version with change log to GitHub Releases page
  8. Deploy docs to production (outside of GitHub)

Don’t Forget

  • demo.bootstrap-ui.com
    • Update package version in package.json
  • www.bootstrap-ui.com
    • Update package version in package.json
    • Update number in button i.e. “WHAT’S NEW IN x.x”

License

Code is licensed under MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].