https://github.com/node-projects/color-wheel.webcomponent
A color wheel webcomponent
https://github.com/node-projects/color-wheel.webcomponent
Last synced: about 1 month ago
JSON representation
A color wheel webcomponent
- Host: GitHub
- URL: https://github.com/node-projects/color-wheel.webcomponent
- Owner: node-projects
- License: mit
- Created: 2024-05-17T18:53:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T20:55:22.000Z (over 1 year ago)
- Last Synced: 2025-03-04T17:50:52.371Z (11 months ago)
- Language: TypeScript
- Size: 771 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# color-wheel.webcomponent

[](https://www.npmjs.com/package/@node-projects/color-wheel.webcomponent)
# description
a simple tab control as webcomponent..
usable in web-component-designer: [https://node-projects.github.io/web-component-designer-demo/index.html](https://node-projects.github.io/web-component-designer-demo/index.html?npm=@node-projects/color-wheel.webcomponent&html=%3Cnode-projects-color-wheel%20style=%22width:200px;height:200px;position:absolute;left:20px;top:20px;%22%3E%3C/node-projects-color-wheel%3E)
# development
## upload new version
simple run
npm run release
then you need to go to github and create a release from the uploaded tag.
this will then create a npm package via github action.
# thanks
based on https://www.codehim.com/vanilla-javascript/javascript-color-wheel-picker/