Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Beautiful, animinated toasts, alerts, and other popups for Avalonia UI.
- [Get Started](#get-started)
- [Native](#native)
- [Platform Support](#platform-support)
- [Screenshots](#native-screenshots)
- [Dialog Service](#dialog-service)
- [Common](#common)
- [Toasts](#toasts)
Expand All @@ -21,7 +22,7 @@ Beautiful, animinated toasts, alerts, and other popups for Avalonia UI.

| Toasts | Sheets | Floaters | Popups |
| --- | --- | --- | --- |
| <img src="media/toasts.gif" /> | <img src="media/sheets.gif" /> | Coming soon | Cooming soon |
| <img src="media/toasts.gif" style="max-width: 250px" /> | <img src="media/sheets.gif" style="max-width: 250px" /> | Coming soon | Cooming soon |

## Introduction

Expand Down Expand Up @@ -89,6 +90,13 @@ Native.Current.BottomSheetService.ShowBottomSheet(new TextBlock { Text = "Hello,
| Desktop | ☓ |
| iOS | ✓ |

#### Native Screenshots

| | Android | iOS |
| --- | --- | --- |
| Bottom Sheets | <img src="media/Native Bottom Sheet Android.gif" style="max-width: 250px" /> | <img src="media/Native Bottom Sheet iOS.gif" style="max-width: 250px" /> |


### Dialog Service

The dialog service implements the interface `IDialogService`:
Expand Down
Binary file added media/Native Bottom Sheet Android.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Native Bottom Sheet iOS.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading