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

0.0.7 • Public • Published

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

honey-style-it

This project contains web components to use an design module for unique rendering your webcomponents but shadown dom. (currently under development - unready and unstable)

installation

npm install --save @huluvu424242/honey-style-it

usage

<script 
    type="module" 
    src='https://unpkg.com/@huluvu424242/honey-style-it@0.0.6/dist/honey-style-it/honey-style-it.esm.js'>
</script>

To the demo site

Vision of API (under construction)

demo

<head>
  <!-- news app -->
  <script type="module"
          src="https://unpkg.com/@huluvu424242/honey-news@0.0.6/dist/honey-news/honey-news.esm.js"></script>
  <script nomodule src="https://unpkg.com/@huluvu424242/honey-news@0.0.6/dist/cjs/honey-news.cjs.js"></script>
  <!-- style -->
  <script type="module"
          src="https://unpkg.com/@huluvu424242/honey-papercss-style@0.0.1/dist/honey-papercss-style/honey-papercss-style.esm.js"></script>
  <script nomodule
          src="https://unpkg.com/@huluvu424242/honey-papercss-style@0.0.1/dist/cjs/honey-papercss-style.cjs.js"></script>
</head>

<body id="seite" style="display: block">

<h1>usage of honey-style-it components with honey-news</h1>

<honey-define-style>
 <honey-papercss-style/>
</honey-define-style>

<honey-news/>

</body>

<!-- in your webcomponents (e.g. honey-news) usage -->
<Host>
    <honey-apply-style/>
    :
</Host>

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.7 published at 2022-04-07 (developer release)

v0.0.6 published at 2022-03-06 (developer release)

  • major changes only for pre tests of developers

v0.0.5 published at 2021-09-21

v0.0.4 published at 2021-09-08

warranty

no warranty

license

MIT License

technology used

browser support

Custom Elements

CSS Custom Properties

Package Sidebar

Install

npm i @huluvu424242/honey-style-it

Weekly Downloads

30

Version

0.0.7

License

MIT

Unpacked Size

437 kB

Total Files

77

Last publish

Collaborators

  • huluvu424242