An open API service indexing awesome lists of open source software.

https://github.com/keithhenry/bootstrap-grid

Use Bootstrap responsive grid styles in a Polymer component.
https://github.com/keithhenry/bootstrap-grid

bootstrap polymer polymer-element

Last synced: about 1 month ago
JSON representation

Use Bootstrap responsive grid styles in a Polymer component.

Awesome Lists containing this project

README

          

# \

Use Bootstrap responsive 12 column grid styles in a Polymer component.

Inside this element you can use Bootstrap `col-*` classes as if you are in a `container-fluid`.

`--bootstrap-grid-gutter` sets gutters size, default 15px.

Currently the media breakpoints are hard coded, as `@media` queries can't apply CSS variables.

## Example

4 columns on large, 3 on medium, 2 on small and 1 on phone screens:

```html


A

B

C

D

```

## Versions

v1.0.1 is compatible with Polymer 1.

V2.0.0 is for Polymer 2 and above.