> For the complete documentation index, see [llms.txt](https://plutolabs.gitbook.io/plutoframework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plutolabs.gitbook.io/plutoframework/make-your-application/ui-components.md).

# 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&#x20;

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

## How to add UI components to a page

{% hint style="info" %}
TODO
{% endhint %}

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

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

{% content-ref url="/pages/f0t6aSZJRgVdmmvNx25K" %}
[Create custom components](/plutoframework/make-your-application/create-custom-components.md)
{% endcontent-ref %}

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