Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General use case example missing #41

Open
gpaluk opened this issue Jul 17, 2018 · 0 comments
Open

General use case example missing #41

gpaluk opened this issue Jul 17, 2018 · 0 comments

Comments

@gpaluk
Copy link

gpaluk commented Jul 17, 2018

I feel that perhaps a very general use case is missing from the set of examples that are available. I came looking for a simple component that would allow me to place a number of images (or views) into a list and then send those to be intractable in a way that most would assume a carousel component to work.

The example only appears to provide usage cases for the types of interactions that control app flow or other such functionality. Perhaps it would be worth looking at creating some simple carousel examples that would allow people to start using this without trawling through lists of custom logic?

i.e.

Carousel carousel = new Carousel
{
    Children = {
        view1, view2, view3
    },
    Dots = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant