Bootstrap in stencil. Bootstrap meets web components. No JQuery.
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
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>
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>