UI Components

All UI components implement special interfaces that ensure the data is loaded in parallel at the most optimal time. The actual loading logic is then handled in

They share the same design which you can change in resources.

How to add UI components to a page

TODO

Could not find a UI component for your use-case?

Feel free to create your own components. Here is a guide:

Create custom components

If that component is useful to others, consider making a PR.

Last updated