carousel-xamarin-forms
                                
                                 carousel-xamarin-forms copied to clipboard
                                
                                    carousel-xamarin-forms copied to clipboard
                            
                            
                            
                        Xamarin Forms Control - CarouselView
 
CarouselView
A Xamarin.Forms control based on CarouselEffectTransformer from @bhaveshjabuvani-credencys

About
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?
 
 Installation
Install-Package Naxam.CarouselView
Usage
carousel = new CarouselView();
carousel.ItemSource = new Color[] { 
    Color.Red,
    Color.Blue,
    Color.Green,
    Color.Purple,
    Color.Yellow
};
carousel.ItemTemlate = new DataTemplate(typeof(CarouselViewCell));
License
CarouselView is released under the Apache License license. See LICENSE for details.