bs4-polymer
v0.13.0
Published
Bootstrap 4 components written in Polymer 2
Downloads
13
Readme
Bootstrap 4 Polymer Elements & Shared Styles
Bootstrap 4 elements and shared styles for Polymer 2.
Demo | Docs | Bootstrap 4 | Polymer 2
Setup
First, install Node.js and Yarn
Then, fetch dependencies:
yarn install
Build
This command compiles sass and inlines the resulting css into the components.
The resulting components are output to the dist
folder.
yarn run build