https://github.com/node-projects/tab.webcomponent
a tab control webcomponent
https://github.com/node-projects/tab.webcomponent
Last synced: 10 months ago
JSON representation
a tab control webcomponent
- Host: GitHub
- URL: https://github.com/node-projects/tab.webcomponent
- Owner: node-projects
- License: mit
- Created: 2022-12-18T09:08:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T07:41:07.000Z (over 2 years ago)
- Last Synced: 2025-01-15T01:43:44.122Z (11 months ago)
- Language: TypeScript
- Size: 1.65 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tab.webcomponent
[](https://www.npmjs.com/package/@node-projects/tab.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)
# 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.