Skip to content

Files

Latest commit

87a2e28 · Jul 13, 2024

History

History
13 lines (8 loc) · 921 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 921 Bytes

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

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.