Skip to content

[UI challange] .NET MAUI tab bar inspired by the "Navbar Animation #1" design by Marie Bernard.

License

Notifications You must be signed in to change notification settings

RadekVyM/Navbar-Animation-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 14, 2024
a458fa8 · Oct 14, 2024

History

32 Commits
Jun 26, 2022
Oct 13, 2024
Oct 14, 2024
Jun 27, 2022
Oct 14, 2024
Nov 11, 2022
Oct 13, 2024

Repository files navigation

Navbar Animation #1

.NET MAUI tab bar inspired by the Navbar Animation #1 design by Marie Bernard.

NavbarAnimation1.mp4

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

Original design

Dribbble 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.