Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tommigun1980/xamarin.forms.chips

Chip support for Xamarin.Forms
https://github.com/tommigun1980/xamarin.forms.chips

chip chips material xamarin xamarin-forms

Last synced: 15 days ago
JSON representation

Chip support for Xamarin.Forms

Awesome Lists containing this project

README

        

# Xamarin.Forms.Chips
*Chip support for Xamarin.Forms*

![Chips](Doc/Chips.png)

NuGet package available at https://www.nuget.org/packages/Xamarin.Forms.Chips/

## Usage

Import the Chips assembly:
```xaml
xmlns:chips="clr-namespace:Xamarin.Forms.Chips;assembly=Xamarin.Forms.Chips"
```

And place it in your view:
```xaml

```

More advanced example:
```xaml
















```

See [Chip.xaml.cs](Xamarin.Forms.Chips/Chip.xaml.cs) for all bindable properties.