@huluvu424242/honey-style-it
v0.0.7
Published
News reader web component for custom urls.
Downloads
8
Maintainers
Readme
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/[email protected]/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/[email protected]/dist/honey-news/honey-news.esm.js"></script>
<script nomodule src="https://unpkg.com/@huluvu424242/[email protected]/dist/cjs/honey-news.cjs.js"></script>
<!-- style -->
<script type="module"
src="https://unpkg.com/@huluvu424242/[email protected]/dist/honey-papercss-style/honey-papercss-style.esm.js"></script>
<script nomodule
src="https://unpkg.com/@huluvu424242/[email protected]/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
- 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.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
- feature 2 handle style changes
v0.0.4 published at 2021-09-08
- issue 1 setup project
warranty
no warranty
license
MIT License