This repository was created to implement modifications that apply to most, if not all, Bootstrap projects. It serves as a general-purpose tool, allowing users to pull in changes as needed. If the implementation doesn’t suit specific needs, the source code can be copied into individual projects and modified accordingly.
This project supports Bootstrap 5.
v0.x.x
, there is no guarantee. Make sure to install only specific versions to avoid breaking changes to your websites.<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ngblaylock/bootstrap-extensions@0.1.1/dist/css/bootstrap-extensions.min.css"
/>
<script
src="https://cdn.jsdelivr.net/npm/@ngblaylock/bootstrap-extensions@0.1.1/dist/js/bootstrap-extensions.min.js"
/>
npm install @ngblaylock/bootstrap-extensions@0.1.1 --save-dev --save-exact
You can also pick and choose which extension you want to include, so you don't have to include everything. See the extension pages for details.