BootstrapPlusPlus is an open source UI KIT based on Bootstrap 4.0 CSS framework. It has all the Bootstrap styles with the new look and additional features for web developers or designers to create elegant web apps.
Version 1.0.0-beta
It has all Bootstrap styles with new looks so you can use all Bootstrap classes with it.
We build many new styles to provide more facilities for your development.
Simply download the folder then add the CSS and JS files after Bootstrap's CSS and JS files.
BootstrapPlusPlus is released under the MIT License and maintained by the community on GitHub.
Many components are stored here, you just have to copy the code.
Be notified about updates by subscribing via email and other social media.
When you only need to include compiled jQuery, Popper.js, Bootstrap's CSS or JS, BootstrapPlusPlus's CSS or JS you can use the CDN.
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"> <link rel="stylesheet" href="http://rawgit.com/BootstrapPlusPlus/BootstrapPlusPlus/master/dist/css/bootstrapPlusPlus.min.css"> <script src="http://code.jquery.com/jquery-3.2.1.slim.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/esm/popper.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script> <script src="http://rawgit.com/BootstrapPlusPlus/BootstrapPlusPlus/master/dist/js/bootstrapPlusPlus.min.js"></script>
Here are some templates based on BootstrapPlusPlus, more templates are coming soon.