https://github.com/node-projects/splitview.webcomponent
https://github.com/node-projects/splitview.webcomponent
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/node-projects/splitview.webcomponent
- Owner: node-projects
- License: mit
- Created: 2024-03-04T20:42:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T21:04:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T01:43:34.993Z (12 months ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.