Socket
Book a DemoInstallSign in
Socket

@bcgov/bootstrap-v5-theme

Package Overview
Dependencies
Maintainers
20
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bcgov/bootstrap-v5-theme

Goverment of British Columbia Bootstrap v5 theme

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
20
Created
Source

License Lifecycle:Experimental

🚀 Government of British Columbia Bootstrap v5 npm Package

This package contains assets such as images, fonts, scss as well as minified CSS and JS files to incorporate into your own project.

Use of the Package

Direct Usage

  • To refer to the assets directly within your project, you can link them to your project as such:

    • CSS: node_modules/@bcgov/bootstrap-v5-theme/css/bootstrap-theme.min.css
    • JS: node_modules/@bcgov/bootstrap-v5-theme/css/bootstrap-theme.min.js

Usage by importing assets

  • To import the assets and use them in your project, you can import them through your index.js through
const bootstrapTheme = require('@bcgov/bootstrap-v5-theme');`

For more details, please visit the project Github page

Keywords

Bootstrap

FAQs

Package last updated on 07 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts