@pieriandx/pdx-bootstrap
v1.1.5
Published
PierianDx Bootstrap Components
Downloads
638
Readme
pdx-bootstrap
Read documentation at https://pieriandx.github.io/pdx-bootstrap/.
A package of various bootstrap components and utilities put together for use at PierianDx. Many of our current product line makes use of Bootstrap and jQuery for UI purposes. This package provides a way to package up overrides and extensions for Bootstrap to enable better reuse and consistency across our existing products.
Dependencies
Currently, pdx-bootstrap requires the following libraries to work properly
Using
Currently, the library is setup to be used as a UMD distributed set of bundles for
the browser. You can include the javascript and styles via a <script>
tag by
adding the following to the head of your HTML document.
<script src="https://unpkg.com/@pieriandx/pdx-bootstrap@latest/dist/pdx-bootstrap.min.js" />
<link rel="stylesheet" href="https://unpkg.com/@pieriandx/pdx-bootstrap@latest/dist/pdx-bootstrap.min.css" />
You can also include the non-minified versions for development and debugging purposes.