An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# tab.webcomponent

[![Published on npm](https://img.shields.io/npm/v/@node-projects/tab.webcomponent.svg?logo=npm)](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.