# Controls

{% hint style="warning" %}
This section is under construction: I'll update it in the coming weeks including all the controls from the official .NET Maui documentation
{% endhint %}

This section of articles will pair one-to-one with .NET official MAUI documentation articles in order to describe how each standard .NET MAUI control can be created in MauiReactor.

This is the official list of controls:\
<https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/>

## Navigation

{% content-ref url="controls/shell" %}
[shell](https://adospace.gitbook.io/mauireactor/components/controls/shell)
{% endcontent-ref %}

## Layouts

## Pages

### FlyoutPage

{% content-ref url="controls/flyoutpage" %}
[flyoutpage](https://adospace.gitbook.io/mauireactor/components/controls/flyoutpage)
{% endcontent-ref %}

## Views

### Initiate commands

{% content-ref url="controls/radiobutton" %}
[radiobutton](https://adospace.gitbook.io/mauireactor/components/controls/radiobutton)
{% endcontent-ref %}

### Display collections

{% content-ref url="controls/collectionview" %}
[collectionview](https://adospace.gitbook.io/mauireactor/components/controls/collectionview)
{% endcontent-ref %}

{% content-ref url="controls/indicatorview" %}
[indicatorview](https://adospace.gitbook.io/mauireactor/components/controls/indicatorview)
{% endcontent-ref %}

{% content-ref url="controls/picker" %}
[picker](https://adospace.gitbook.io/mauireactor/components/controls/picker)
{% endcontent-ref %}
