stenciljs-bootstrap
v0.0.34
Published
Stencil Bootstrap Components
Downloads
76
Readme
stenciljs-bootstrap
The most popular frontend framework. Built for Webcomponents, using StencilJS.
👩💻 Usage
git submodule update --init npm install npm run build To build the components and run Storybook, run:
npm start
It is highly recommended that you run tests alongside the dev server (and to write tests of your own for new components). In a separate terminal window, run:
npm run test.watch
Theming
StencilJS Bootstrap uses CSS Variables for setting the Bootstrap theme.
The colors are in HSL, due to the way Bootstrap has setup their SCSS functions.
See THEMING.md for an example theme that you can override.