-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Feature Request] We really need a Alert component. #2250
Comments
Agree, some Alerts, basically toast in general would be needed badly. |
Absolutely agree with your feature request. The absence of an alert component is indeed surprising. |
Waaannttt ittttt |
Yes please! |
agree more,that's why i cant use nextui, please add it |
@wingkwong Can you assign this issue to me? |
We're really excited about the possibility of having an alert component! It would be a fantastic addition, and we can't wait to see it implemented. |
Me too! |
Hey. Please ping me at Discord for the discussion. We will work on the design first and relay to u once it s done. |
@wingkwong Should I Dm You or tag you in a channel? |
DM me pls thanks |
Guys, go with shadcn or radix themes. |
Okay |
Is your feature request related to a problem? Please describe.
i want to notify the user about their action but i culdnt find any alert component for that . what i mean by alert you can see below picturecould
Describe the solution you'd like
I was surprised to see no alert component. How did they miss that, especially considering it is a pretty good React UI library?
I would like to suggest the alert component. Similar to toast, however,
it can be used to share larger chunks of information in page, can also be used as an
alternative to toasts. It displays by default and does not leave until the user removes (if needed)
e.g info alert, warning alert, success alert, etc
like a good idea to have an alert that stays on the page reminding users what to do.
Describe alternatives you've considered
I have considered using the modals as an alternative solution to a page alert
but it doesn't quite seem to do the trick because modals need to be triggered. If
triggered by default, users can close this without actually reading the message. It seems
like a good idea to have an alert that stays on the page reminding users what to do.
Screenshots or Videos
The text was updated successfully, but these errors were encountered: