Tab Bar Switches Interaction

October 18, 2024 · View on GitHub

.NET MAUI tab bar inspired by the Tab Bar Switches Interaction design by Ronas IT | UI/UX Team.

https://github.com/user-attachments/assets/3381a7d4-312a-4a92-a449-b5bfd0866fd7

This project demonstrates how to create a custom tab bar and integrate it with the SimpleShell control from SimpleToolkit.

Original design

Many thanks to Ronas IT | UI/UX Team for their beautiful original work.

Dribble design

Installation

First, make sure you have your Visual Studio and .NET 8 environment set up for .NET MAUI development. If not, follow the setup instructions. Then make sure you have your Android or iOS platform set up for deployment of the application.

Once everything is set up, you can clone the repo and run the application via Visual Studio or Visual Studio Code.

Here are some resources to learn more about .NET MAUI:

Features

Only .NET MAUI APIs and my SimpleToolkit library were used to create this sample.