Bootstrap Web-Components
Install strap-components:
yarn add strap-componentsnpm i strap-components --saveAdd the CSS of Bootstrap CDN to your html file. Then add strap-components:
<script defer src="node_modules/strap-components/dist/strap-components.es5.js"></script>// TODO appreciate help!
- ❌ Alert
- ❌ Badge
- ❌ Breadcrumb
- 🔨 Button
- ❌ Button group
- ❌ Col
- ❌ Collapse
- ❌ Container
- ❌ Dropdown
- ❌ Forms
- ❌ Input
- ❌ List group
- ❌ Modal
- ❌ Navs
- ❌ Pagination
- ❌ Row
This repository uses commitizen, semantic-release with the Angular-git-commit-guidelines. Please use yarn commit instead of git commit and you will be guided through the commit comment.