PierianDx Bootstrap Components
npm install @pieriandx/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.
Currently, pdx-bootstrap requires the following libraries to work properly
- bootstrap v3.3.x
- jquery v3.x or higher
- fontawesome v5 (free)
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 tag by
adding the following to the head of your HTML document.
``html``
You can also include the non-minified versions for development and debugging purposes.