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

https://github.com/theeightbot/whatisthissheet

Simple Drawer Component for MAUI
https://github.com/theeightbot/whatisthissheet

dotnet maui

Last synced: 11 months ago
JSON representation

Simple Drawer Component for MAUI

Awesome Lists containing this project

README

          

# WhatIsThisSheet - .NET MAUI Bottom Sheet Component

The .NET MAUI Bottom Sheet component is a user interface element that slides up from the bottom of the screen to reveal more content. It's a versatile component that can be used for various purposes such as displaying additional information, presenting a list of options, or providing a secondary navigation.

![sheet_animation_1](https://github.com/user-attachments/assets/8c961d14-4f50-451f-92b5-58c206605eeb)

## Features

- **Sliding Panel:** The bottom sheet slides up and down, providing a smooth user experience.
- **Customizable Content:** You can customize the content of the bottom sheet according to your needs.
- **Gesture Support:** The bottom sheet supports user gestures, allowing users to drag it up or down.
- **Partial and Full Expansion:** The bottom sheet can be expanded partially or fully based on the content size or user interaction.