1.0.4 • Published 4 years ago

jsg-labcorp-bootstrap v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

LabCorp Bootstrap

Customized version of Bootstrap for LabCorp applications

Install

Install with npm

npm install jsg-labcorp-bootstrap

Add to your project

If you're leveraging Angular CLI, you'll need to add the SASS/CSS and JavaScript files to your project's angular-cli.json or angular.json .

Import using CSS:

"styles": [
    ...
    "node_modules/jsg-labcorp-bootstrap/css/labcorp-bootstrap.min.css"
],
"scripts": [
    ...
    "node_modules/jquery/dist/jquery.min.js",
    "node_modules/@popperjs/core/dist/umd/popper.min.js",
    "node_modules/bootstrap/dist/js/bootstrap.min.js"
]

Import using SASS:

"styles": [
    ...
    "node_modules/jsg-labcorp-bootstrap/scss/labcorp-bootstrap.scss"
],
"scripts": [
    ...
    "node_modules/jquery/dist/jquery.min.js",
    "node_modules/@popperjs/core/dist/umd/popper.min.js",
    "node_modules/bootstrap/dist/js/bootstrap.min.js"
]

Usage

Now you can starting coding your application with Booststrap markup that is LabCorp themed. For Bootstrap documentation please visit: GetBootstrap.com.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago