...
Expand | ||
---|---|---|
| ||
Make a component and use thisThis is a basic example of how you can call the status API:
Where would you call it? It depends on what the component you are writing is doing. It’s a useful tool to be able to show in real time what a component is doing on the card. |
Expand | ||
---|---|---|
| ||
Remember to make sure the component is either in development mode or run off a commit with the code. SeeChoosing the code to run for your component. |
Expand | ||
---|---|---|
| ||
If you import the STATus library it has a couple of helper functions to format your code more nicely with HTML markup. Import the library and try the code example:
Then when you look at the card you will see nicer formatting of this data: |
...