@huluvu424242/honey-bootstrap-style
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Build Status Github CI npm npm npm Published on webcomponents.org Donate with paypal Keybase BTC

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/honey-bootstrap-style@0.0.2/dist/honey-bootstrap-style/honey-bootstrap-style.esm.js'>
</script>
<script 
    nomodule 
    src='https://unpkg.com/@huluvu424242/honey-bootstrap-style@0.0.2/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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

releaselog

vX.X.X unpublished

[v0.0.1 - v0.0.2] published at 2021-09-11

warranty

no warranty

license

MIT License

technology used

credits to the power of:

browser support

Bootstrap

Custom Elements

CSS Custom Properties

Package Sidebar

Install

npm i @huluvu424242/honey-bootstrap-style

Weekly Downloads

9

Version

0.0.2

License

MIT

Unpacked Size

663 kB

Total Files

42

Last publish

Collaborators

  • huluvu424242