Components
Component structure
Example of a Hello World Component - View the Code
- HelloWorld.tsx
- HelloWorld.config.json
- HelloWorld.md
- HelloWorld.css
HelloWorld.tsx
This is where your js code goes. You can use any library you want, like React, Vue, Angular, Svelte, etc. Your component needs to be able to render using a html custom element.
Example:
HelloWorld.config.json
Json file with the configuration of your component.
You can define the properties of your component here.
- Version
- Dialog
HelloWorld.css
Css file for your component.
HelloWorld.md
Read me file for your component this will be shown in the dashboard.