@huluvu424242/honey-papercss-style
v0.0.4
Published
styles to apply with honey webcomponents.
Downloads
25
Maintainers
Readme
honey-papercss-style
This project contains web components for styling honey webcomponents.
installation
npm install --save @huluvu424242/honey-papercss-style
usage
<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>
To the demo site
Vision of API (under construction)
demo
<body id="seite" style="display: block">
<h1>Nutzung der honey-papercss-style Komponenten</h1>
<honey-define-style>
<honey-papercss-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.4 published at 2021-10-02
- paper class set/remove to body
- overriding of css properties removed
v0.0.3 published at 2021-09-11
- honey-style-it used
v0.0.2 published at 2021-09-06
- issue 4 honey-style component added
v0.0.1 published at 2021-09-03
- issue 1 setup project
warranty
no warranty
license
MIT License
technology used
credits to the power of:
- PaperCSS (ISC License)
- Custom Elements
- CSS Custom Properties