🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@dev-engage/stencil-bootstrap

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dev-engage/stencil-bootstrap

Stencil's very own Bootstrap implementation

0.7.1
latest
Source
npm
Version published
Maintainers
2
Created
Source

stencil-bootstrap

Bootstrap in stencil. Bootstrap meets web components. No JQuery.

Warning: experimental

Progress

Bootstrap components:

  • Alerts
  • Buttons
  • Button group
  • Card
  • Carousel
  • Collapse
  • Dropdowns
  • Modal
  • Navs
  • Navbar
  • Pagination
  • Popovers
  • Progress
  • Tooltips
  • Scrollspy
  • Badge
  • Breadcrumb
  • Forms
  • Input group
  • Jumbotron
  • List group

Getting Started

Reference via unpkg in the head of your index.html

<script src='https://unpkg.com/@dev-engage/stencil-bootstrap@<current_version>/dist/stb.js'></script>

OR

Install via NPM

npm install @dev-engage/stencil-bootstrap --save

Put a script tag in the head of your index.html

<script src='node_modules/@dev-engage/stencil-bootstrap/dist/stb.js'></script>

FAQs

Package last updated on 16 Jul 2018

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