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

Add Popup Component #4

Open
faokryn opened this issue Oct 26, 2017 · 0 comments
Open

Add Popup Component #4

faokryn opened this issue Oct 26, 2017 · 0 comments

Comments

@faokryn
Copy link
Owner

faokryn commented Oct 26, 2017

Add a component to generate in-window popups, which can be used for alerts, dialogues, and modals.
Draw inspiration from Bootstrap Modals and jQueryUI Dialogues.

Should contain the following features

  • activating a popup dims and locks scrolling for the main content
  • clicking outside the popup area dismisses the popup
  • pressing the ESC key dismisses the popup
  • multiple popups can be open at once
    • only one popup displayed at a time
    • popups are pushed and popped from a popup stack as they are opened or closed
    • main content scrolling remains locked until all popups are closed
  • popup activation and deactivation is animated
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