This commit is contained in:
James Montemagno 2017-07-07 09:07:30 -07:00 коммит произвёл GitHub
Родитель d52149fbb1
Коммит 3ba625197b
1 изменённых файлов: 4 добавлений и 24 удалений

Просмотреть файл

@ -1,20 +1,17 @@
Forms Community Toolkit
===========
The Forms Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
The Forms Community Toolkit is a collection of Behaviors, Converters, and Effects for Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
## Build status
| Target | Branch | Status | Recommended Nuget packages version |
| Target | Branch | Status | Current Nuget packages version |
| ------ | ------ | ------ | ------ |
| Behaviors | master | [![Build status](https://ci.appveyor.com/api/projects/status/7biielmyt0u7assc/branch/master?svg=true)](https://ci.appveyor.com/project/FormsCommunityToolkit/behaviors/branch/master) | [![NuGet](https://img.shields.io/nuget/v/FormsCommunityToolkit.Behaviors.svg?label=NuGet)](https://www.nuget.org/packages/FormsCommunityToolkit.Behaviors/) |
| Behaviors | dev | [![Build status](https://ci.appveyor.com/api/projects/status/7biielmyt0u7assc/branch/dev?svg=true)](https://ci.appveyor.com/project/FormsCommunityToolkit/behaviors/branch/dev) | |
| Controls | master | [![Build status](https://ci.appveyor.com/api/projects/status/4vfyejrlgi6a6p3n/branch/master?svg=true)](https://ci.appveyor.com/project/FormsCommunityToolkit/controls/branch/master) | [![NuGet](https://img.shields.io/nuget/v/FormsCommunityToolkit.Controls.svg?label=NuGet)](https://www.nuget.org/packages/FormsCommunityToolkit.Controls/) |
| Controls | dev | [![Build status](https://ci.appveyor.com/api/projects/status/4vfyejrlgi6a6p3n/branch/dev?svg=true)](https://ci.appveyor.com/project/FormsCommunityToolkit/controls/branch/dev) | |
| Converters | master | [![Build status](https://ci.appveyor.com/api/projects/status/a2a4mah2fk8xicm7/branch/master?svg=true)](https://ci.appveyor.com/project/FormsCommunityToolkit/converters/branch/master) | [![NuGet](https://img.shields.io/nuget/v/FormsCommunityToolkit.Converters.svg?label=NuGet)](https://www.nuget.org/packages/FormsCommunityToolkit.Converters/) |
| Converters | dev | [![Build status](https://ci.appveyor.com/api/projects/status/a2a4mah2fk8xicm7/branch/dev?svg=true)](https://ci.appveyor.com/project/FormsCommunityToolkit/converters/branch/master) | |
| Effects | master | [![Build status](https://ci.appveyor.com/api/projects/status/0k37svpmjx8l6ctg/branch/master?svg=true)](https://ci.appveyor.com/project/FormsCommunityToolkit/effects/branch/master) | [![NuGet](https://img.shields.io/nuget/v/FormsCommunityToolkit.Effects.svg?label=NuGet)](https://www.nuget.org/packages/FormsCommunityToolkit.Effects/) |
| Effects | dev | [![Build status](https://ci.appveyor.com/api/projects/status/0k37svpmjx8l6ctg/branch/dev?svg=true)](https://ci.appveyor.com/project/FormsCommunityToolkit/effects/branch/dev) | |
Development NuGet feed: https://ci.appveyor.com/nuget/xamarinformscommunitytoolkit
## Contributing
Do you want to contribute? Here are our [contribution guidelines](https://github.com/FormsCommunityToolkit/FormsCommunityToolkit/blob/dev/Contributing.md).
@ -27,32 +24,15 @@ Coming Soon.
Want to see the toolkit in action before jumping into the code? Download and play with the [Forms Toolkit Sample App]().
## Nuget Packages
NuGet is a standard package manager for .NET applications that is built into Visual Studio. From your open solution choose the *Tools* menu, *NuGet Package Manager*, *Manage NuGet packages for solution...* to open the UI. Enter one of the package names below to search for it online.
Once you search you should see a list similar to the one below (versions may be different, but names should be the same).
| NuGet Package Name | description |
| --- | --- |
| FormsCommunityToolkit.Behaviors | |
| FormsCommunityToolkit.Controls | |
| FormsCommunityToolkit.Converters | |
| FormsCommunityToolkit.Effects | |
## Features
### Animations
### Behaviors
### Controls
### Converters
### Effects
### Gestures
## Feedback and Requests