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

https://github.com/node-projects/propertygrid.webcomponent

a propertygrid webcomponent
https://github.com/node-projects/propertygrid.webcomponent

Last synced: 10 months ago
JSON representation

a propertygrid webcomponent

Awesome Lists containing this project

README

          

# propertygrid.webcomponent
a propertygrid control webcomponent

# description
a simple propertygrid control as webcomponent..

supported types (out of the box)
- number
- string
- boolean
- color
- nullable- of all types

usable in web-component-designer: https://node-projects.github.io/web-component-designer-demo/index.html

# 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.