Overview
BootstrapExtended is a library that enhances the functionality of Bootstrap by adding certain HTML elements that are currently not supported in the full Bootstrap library. It provides developers with additional components such as check-boxes, radio buttons, selects, and more, all styled in the Bootstrap theme. The library aims to minimize the dependencies required to work with Bootstrap.
Features
- AdminCards: A set of styled cards for use in an admin dashboard.
- SideBar changes: Enhanced functionality and styling for the sidebar component.
- Bootstrap theme: The library now includes its own metro-themed Bootstrap theme based on Bootswatch’s Cosmo.
Installation
To install BootstrapExtended, you can follow these steps:
- Download the latest release from the GitHub repository: BootstrapExtended Release
- Include the necessary CSS and JS files in your project:
<link rel="stylesheet" href="path/to/bootstrapextended.css">
<script src="path/to/bootstrapextended.js"></script>
- You can now use the additional components provided by BootstrapExtended in your project.
Summary
BootstrapExtended is a library that expands Bootstrap’s functionality by providing additional components that are currently not supported in the full Bootstrap library. It includes features such as styled admin cards, enhanced sidebar functionality, and its own metro-themed Bootstrap theme. Developers can easily integrate these components into their projects and customize them as needed. The library is designed to minimize dependencies and provides additional components for increased flexibility when working with Bootstrap.