0.7.11 • Published 9 months ago

bootstrap-grid-webcomponents v0.7.11

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Built With Stencil

Bootstrap Grid Web Component

Bootstrap's grid system via web components

Use Bootstrap's powerful mobile-first flexbox grid to build layouts of all shapes and sizes thanks to a twelve column system, six default responsive tiers and dozens of predefined attributes.

Website

Getting started

Via NPM:

npm install bootstrap-grid-webcomponents --save

import '/node_modules/bootstrap-grid-webcomponents/dist/bootstrap-grid-webcomponents/bootstrap-grid-webcomponents.esm.js'
import '/node_modules/bootstrap-grid-webcomponents/dist/bootstrap-grid-webcomponents/bootstrap-grid-webcomponents.css'

Via CDN

<script type="module" src="https://unpkg.com/bootstrap-grid-webcomponents@latest/dist/bootstrap-grid-webcomponents/bootstrap-grid-webcomponents.esm.js"></script>
<link rel="stylesheet" href="https://unpkg.com/bootstrap-grid-webcomponents@latest/dist/bootstrap-grid-webcomponents/bootstrap-grid-webcomponents.css">

Using the web components:

<bwc-row>
  <bwc-col>1 of 2</bwc-col>
  <bwc-col>2 of 2</bwc-col>
</bwc-row>
0.7.11

9 months ago

0.7.10

9 months ago

0.7.9

9 months ago

0.7.5

10 months ago

0.7.8

9 months ago

0.7.7

10 months ago

0.7.4

10 months ago

0.7.3

10 months ago

0.7.2

10 months ago

0.7.1

10 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.5.1

10 months ago

0.4.7

11 months ago

0.4.6

11 months ago

0.4.3

11 months ago

0.3.4

11 months ago

0.3.3

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.2.0

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago