Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radekvym/navbar-animation-2
[UI challange] .NET MAUI implementation of "Navbar Animation #2" design by Marie Bernard.
https://github.com/radekvym/navbar-animation-2
android animation dotnet dotnetmaui ios maccatalyst maui navbar-animation simpletoolkit windows xamarin xamarin-forms
Last synced: about 10 hours ago
JSON representation
[UI challange] .NET MAUI implementation of "Navbar Animation #2" design by Marie Bernard.
- Host: GitHub
- URL: https://github.com/radekvym/navbar-animation-2
- Owner: RadekVyM
- License: mit
- Created: 2020-10-07T16:45:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T10:43:32.000Z (6 months ago)
- Last Synced: 2024-06-01T12:03:39.585Z (6 months ago)
- Topics: android, animation, dotnet, dotnetmaui, ios, maccatalyst, maui, navbar-animation, simpletoolkit, windows, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 12.5 MB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Navbar Animation #2
**.NET MAUI** tab bar inspired by the [Navbar Animation #2](https://dribbble.com/shots/14122275-Navbar-Animation-2) design by [Marie Bernard](https://dribbble.com/marie_brn).
https://github.com/user-attachments/assets/0e52fe5a-61c1-4815-a311-1b8fec02d6e0
This project demonstrates how to create a **custom tab bar** and integrate it with the `SimpleShell` control from [SimpleToolkit](https://github.com/RadekVyM/SimpleToolkit).
## Original design
Many thanks to [Marie Bernard](https://dribbble.com/marie_brn) for their beautiful original work.
[![Dribbble Design](./images/navbaranimation_original.gif)](https://dribbble.com/shots/14122275-Navbar-Animation-2)
## 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.