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
- Host: GitHub
- URL: https://github.com/theeightbot/whatisthissheet
- Owner: TheEightBot
- License: mit
- Created: 2023-11-28T04:41:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T18:21:54.000Z (over 1 year ago)
- Last Synced: 2025-05-06T23:17:47.613Z (11 months ago)
- Topics: dotnet, maui
- Language: C#
- Homepage:
- Size: 263 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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