Home

Awesome

Xamarin.Forms-Toolkit

Toolkit for Xamarin.Forms (Controls, Behaviors, and Converters)!

Build status: Build status

Built with C# 6 features, you must be running VS 2015 or Xamarin Studio to compile. NuGets of course work everywhere!

What is this?

I created this repo for reference of a nice collection of controls, behaviors, and converters that could come in nifty for you when creating Xamarin.Forms applications. I plan on adding to this over time and eventually consuming it in a bunch of my applications and hope you will to.

What's the plan and when can I have it?

You can grab it from: https://www.nuget.org/packages/FormsToolkit

Once installed you must call Toolkit.Init(); from under your Forms.Init() call in each project.

Can I contribute?

Sure! Ideally, I would love to bring in anything that is very small and light weight. No need to bring in tons of custom controls as those should be smaller NuGet packages. The goal here is to just create a library with small tweaks that are nifty.

If you want to add something please create an issue and mark it with [Proposed] and we can have a discussion around it.

What is in it?

Controls

Behaviors

Converters

Services

License

MIT, see the license file