@huluvu424242/honey-bootstrap-style
v0.0.2
Published
styles to apply with honey webcomponents.
Downloads
11
Maintainers
Readme
honey-bootstrap-style
This project contains web components for styling honey webcomponents.
installation
npm install --save @huluvu424242/honey-bootstrap-style
usage
<script
type="module"
src='https://unpkg.com/@huluvu424242/[email protected]/dist/honey-bootstrap-style/honey-bootstrap-style.esm.js'>
</script>
<script
nomodule
src='https://unpkg.com/@huluvu424242/[email protected]/dist/cjs/honey-bootstrap-style.cjs.js'>
</script>
To the demo site
Vision of API (under construction)
demo
<body id="seite" style="display: block">
<h1>Nutzung der honey-bootstrap-style Komponenten</h1>
<honey-define-style>
<honey-bootstrap-style />
</honey-define-style>
<your-component/>
</body>
To the live demo
become an supporter
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
releaselog
vX.X.X unpublished
[v0.0.1 - v0.0.2] published at 2021-09-11
- feature 1 setup project
warranty
no warranty
license
MIT License
technology used
credits to the power of:
- Bootstrap (MIT License)
- Custom Elements
- CSS Custom Properties