A Xamarin.Forms control based on CarouselEffectTransformer from @bhaveshjabuvani-credencys
This project is maintained by Naxam Co.,Ltd.
We specialize in developing mobile applications using Xamarin and native technology stack.
Looking for developers for your project?
Install-Package Naxam.CarouselView
carousel = new CarouselView();
carousel.ItemSource = new Color[] {
Color.Red,
Color.Blue,
Color.Green,
Color.Purple,
Color.Yellow
};
carousel.ItemTemlate = new DataTemplate(typeof(CarouselViewCell));
CarouselView is released under the Apache License license. See LICENSE for details.