Getting Started - Ivan-Kalatchev/BootstrapExtended GitHub Wiki
Want to add BootstrapExtended to your project? Happy to hear that!
BootstrapExtended is available on npm. You can download it from there.
> npm i bootstrap-extended
BootstrapExtended is also available on GitHub Packages, you can download it as it follows.
> npm install @ivan-kalatchev/[email protected]
BootstrapExtended is available on JSDelivr. You can use it in your HTML from there, like shown below.
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ivan-kalatchev/[email protected]/prod/bootstrap-extended.min.css">
<script src="https://cdn.jsdelivr.net/gh/ivan-kalatchev/[email protected]/prod/bootstrap-extended.min.js"></script>
</head>