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

Improve dismissible component #197

Closed
sebnitu opened this issue Jun 11, 2020 · 1 comment
Closed

Improve dismissible component #197

sebnitu opened this issue Jun 11, 2020 · 1 comment

Comments

@sebnitu
Copy link
Owner

sebnitu commented Jun 11, 2020

Problem

The dismissible component is not very robust and is pretty minimal in it's usefulness.

Possible Solution

Here are some ideas on ways to improve the dismissible component:

  • Add it's own styles. These styles would admittedly be minimal since it's essentially a class that applies display: none;, but I'd like for it to not assume the existance of other utility components (e.g. display_none as found in @vrembem/utility).
  • Add more style options, possible fade or slide transitions.
  • Add a delay once the "dismiss" event occurs and "remove" after a period of time.
  • Add custom event emitters

Update

It may be worth just remove this component for now until a more useful one is created.

@sebnitu
Copy link
Owner Author

sebnitu commented Aug 9, 2020

The dismissible component has been deprecated: #295

@sebnitu sebnitu closed this as completed Aug 9, 2020
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