1.1.5 • Published 6 years ago

@pieriandx/pdx-bootstrap v1.1.5

Weekly downloads
104
License
ISC
Repository
github
Last release
6 years ago

pdx-bootstrap

npm version travis build

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.

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago