[Suggestion] Simpler alerts and confirmation modals #133
Unanswered
lucasromanojf
asked this question in
Feature Requests
Replies: 1 comment
-
Thanks for reporting! We have converted this issue to a feature request for now, so we can focus on fixing any bugs first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
currently alert and confirmation modals can be implemented by using the default modal component.
I'd like to suggest simpler modals for alerts which would have something like "title", "content" and "type" ("success", "warning", "error" and "info") props and maybe a slot for buttons (with an OK or Close button as default), and they could also be triggerable using Alpine (by using browser events).
The same idea would be followed for confirmation modals.
Beta Was this translation helpful? Give feedback.
All reactions