-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] BadgeView #105
Labels
approved
This Proposal has been approved and is ready to be added to the Toolkit
champion
A member of the .NET MAUI Toolkit core team has chosen to champion this feature
pending documentation
This feature requires documentation
proposal
A fully fleshed out proposal describing a new feature in syntactic and semantic detail
Comments
Closed
Closed
Hello, i made the modifications but i can't push them |
Thanks @tnassour! Let's have you make a new branch and open a new PR, then. And we'll close this PR once yours has been opened 👍 |
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
approved
This Proposal has been approved and is ready to be added to the Toolkit
champion
A member of the .NET MAUI Toolkit core team has chosen to champion this feature
pending documentation
This feature requires documentation
proposal
A fully fleshed out proposal describing a new feature in syntactic and semantic detail
BadgeView
Summary
The BadgeView allows the user to show a badge with a string value on top of any control. By wrapping a control in a BadgeView control, you can show a badge value on top of it. This is very much like the badges you see on the app icons on iOS and Android.
Motivation
Detailed Design
BadgeView.shared.cs
Usage Syntax
XAML Usage
C# Usage
The text was updated successfully, but these errors were encountered: