Skip to content

DevEngage/stencil-bootstrap

Repository files navigation

stencil-bootstrap

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

Warning: experimental


Progress

Bootstrap components:

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>