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

Is there a way to treat modals like a carousel? #198

Closed
curtisblackwell opened this issue Jan 11, 2017 · 2 comments
Closed

Is there a way to treat modals like a carousel? #198

curtisblackwell opened this issue Jan 11, 2017 · 2 comments

Comments

@curtisblackwell
Copy link

I'm looking for a way to open multiple modals, then use previous/next buttons to navigate through them.

Is there a simple way to do this with Vex?

@bbatliner
Copy link
Collaborator

The demo on vex's website has something like a carousel: http://github.hubspot.com/vex/docs/welcome/, but functions by basically opening a lot of dialogs, and moving through them one by one.

For custom navigation (forward/back), I think you would need to build your own functionality on top of vex, that could open and close dialogs as the user navigates through them.

@curtisblackwell
Copy link
Author

Yeah, I saw that and checked out the code. There didn't seem to be a simple way to go back, though.

Thanks for the response.

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

2 participants