Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radekvym/navbar-animation-1

[UI challange] .NET MAUI implementation of "Navbar Animation #1" design by Marie Bernard.
https://github.com/radekvym/navbar-animation-1

android animation dotnet dotnetmaui ios maccatalyst maui navbar-animation simpletoolkit windows xamarin xamarin-forms

Last synced: about 2 hours ago
JSON representation

[UI challange] .NET MAUI implementation of "Navbar Animation #1" design by Marie Bernard.

Awesome Lists containing this project

README

        

# Navbar Animation #1

**.NET MAUI** tab bar inspired by the [Navbar Animation #1](https://dribbble.com/shots/9852644-Navbar-Animation-1) design by [Marie Bernard](https://dribbble.com/marie_brn).

https://github.com/user-attachments/assets/70a8f41f-7645-4841-b119-cace4dfee0aa

This project demonstrates how to create **custom tab bar** and integrate it with the `SimpleShell` control from [SimpleToolkit](https://github.com/RadekVyM/SimpleToolkit).

## Original design

[![Dribbble Design](./Images/original%20design.gif)](https://dribbble.com/shots/9852644-Navbar-Animation-1)

## 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](https://learn.microsoft.com/dotnet/maui/get-started/installation). Then make sure you have your [Android](https://learn.microsoft.com/dotnet/maui/get-started/first-app?pivots=devices-android) or [iOS](https://learn.microsoft.com/dotnet/maui/get-started/first-app?pivots=devices-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:

- [Official website](https://dotnet.microsoft.com/apps/maui)
- [Microsoft Learn](https://learn.microsoft.com/dotnet/maui/what-is-maui)
- [.NET MAUI GitHub repository](https://github.com/dotnet/maui)

## Features

Only .NET MAUI APIs and my [SimpleToolkit](https://github.com/RadekVyM/SimpleToolkit) library were used to create this sample.