Examples
cw-text-field
cw-date-box
web components/bridge/widget examples
How to use
How to use
Deploy coreweb on your local machine (example: http://localhost:8080/coreweb)
Set config url to your deployed coreweb:
window.config = { appName: '',
baseUrl: 'http://localhost:8080/coreweb',
compress: false };
On index.html you will see list of components
See example how to develop component in textField.html