Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tommigun1980/xamarin.forms.chips
- Owner: Tommigun1980
- License: mit
- Created: 2020-04-10T17:46:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T14:16:40.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T03:28:56.375Z (about 2 months ago)
- Topics: chip, chips, material, xamarin, xamarin-forms
- Language: C#
- Size: 34.2 KB
- Stars: 16
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.