Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# BadgeView
A simple Xamarin.Forms control to display a round badge

Now 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