Skip to content

Commit

Permalink
update doku
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed May 19, 2024
1 parent 2b6a061 commit 7090c0e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# tab.webcomponent
# color-wheel.webcomponent

[![Published on npm](https://img.shields.io/npm/v/@node-projects/color-wheel.webcomponent.svg?logo=npm)](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/tab.webcomponent&html=%3Cnode-projects-tab%20style=%22width:326px;height:257px;position:absolute;left:177px;top:79px;%22%3E%20%3Cdiv%3E%20%3Cbutton%20style=%22width:80px;height:30px;position:absolute;left:119px;top:68px;%22%3EButton%3C/button%3E%20%3C/div%3E%20%3Cdiv%3E%20Hello%20%3C/div%3E%20%3C/node-projects-tab%3E)
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
Expand All @@ -14,4 +14,8 @@ 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.
this will then create a npm package via github action.

# thanks

based on https://www.codehim.com/vanilla-javascript/javascript-color-wheel-picker/

0 comments on commit 7090c0e

Please sign in to comment.