@tourstream/fti-group-bootstrap
v0.11.3
Published
A customized version of bootstrap for projects of FTI Group
Downloads
68
Maintainers
Keywords
Readme
FTI Group bootstrap
A customized version of bootstrap for projects of FTI Group
Usage
There are different ways to use this package ...
npm package
If you want to use the npm package just install with npm
$ npm install @tourstream/fti-group-bootstrap --save
or with yarn
$ yarn add @tourstream/fti-group-bootstrap
After this step you can use the sources as you like. They can be found in ./node_modules/@tourstream/fti-group-bootstrap/dist
link the source - CDN at Google Cloud Storage (GCS)
You can put the following snippet into the head of your HTML document ...
<link rel="stylesheet" href="https://assets.gcloud.fti-group.com/fti-group-bootstrap/latest/css/bootstrap.min.css">