Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SuavePirate/BadgeView
A simple Xamarin.Forms control to display a round badge
https://github.com/SuavePirate/BadgeView
Last synced: about 1 month ago
JSON representation
A simple Xamarin.Forms control to display a round badge
- Host: GitHub
- URL: https://github.com/SuavePirate/BadgeView
- Owner: SuavePirate
- License: mit
- Created: 2017-03-15T19:59:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T15:18:14.000Z (about 6 years ago)
- Last Synced: 2024-10-05T07:12:43.345Z (2 months ago)
- Language: C#
- Size: 127 KB
- Stars: 76
- Watchers: 7
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - BadgeView ★76
- awesome-xamarin - BadgeView ★31 - A simple Xamarin.Forms control to display a round badge. (Xamarin.Forms)
README
# BadgeView
A simple Xamarin.Forms control to display a round badgeNow available on nuget! https://www.nuget.org/packages/BadgeView
## Installation
`Install-Package BadgeView`
## Usage
``` xml
```
### With Bindings
``` xml
```
### Without XAML
``` csharp
var badge = new BadgeView()
{
Text = "4",
BadgeColor = Color.Red
};
```## Additional Resources
Check out my blog post on how to build your own if you want!
https://alexdunn.org/2017/03/15/xamarin-controls-badgeview/## TODO
- Add UWP Support
## Sponsor