strap-components

Bootstrap Web-Components

MIT License

Stars
0
Committers
1

strap-components

Bootstrap Web-Components

Usage

Install strap-components:

yarn add strap-components
npm i strap-components --save

Add 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>

Testing

// TODO appreciate help!

Roadmap

  • Alert
  • Badge
  • Breadcrumb
  • Button
  • Button group
  • Col
  • Collapse
  • Container
  • Dropdown
  • Forms
  • Input
  • List group
  • Modal
  • Navs
  • Pagination
  • Row

Contribute

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.