Skip to content

NAXAM/carousel-xamarin-forms

Repository files navigation

CarouselView - A Xamarin.Forms control

CarouselView

A Xamarin.Forms control based on CarouselEffectTransformer from @bhaveshjabuvani-credencys

Image

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.