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

Creation of toast to display temporary message #1506

Open
Hansanto opened this issue Oct 20, 2023 · 1 comment
Open

Creation of toast to display temporary message #1506

Hansanto opened this issue Oct 20, 2023 · 1 comment
Assignees
Labels
🎨 design Anything related to UX or UI

Comments

@Hansanto
Copy link

I want to propose an evolution/improvement on

Component

Description

We have the Notification component.
This component can display only messages and take a large place.

For some usage, it could be nice to have a little notification component displayed at the bottom or top right of the page above all other elements:

  • Can be chained with another Notification component (stack of notification)
  • Is automatically removed after X seconds
  • Can have several colors for ERROR, SUCCESS, WARNING, or something else
  • Can be closable

The notification supports already several of the expected features. However, for a toast, the UX/UI should be different.

Describe the solution you would like

A similar component like Notification, with extra attributes:

  • A TTL (time to live) value (auto close)
  • Allows notification stack or not
  • Location of the beginning (top or bottom)
  • Allows action buttons
  • Allows close button (manual close)

Describe the alternatives you considered

No response

Additional comments

No response

@Hansanto Hansanto added the 🚀 feat A new feature label Oct 20, 2023
@tiloyi tiloyi added 🎨 design Anything related to UX or UI and removed 🚀 feat A new feature labels Nov 14, 2023
@tiloyi
Copy link
Contributor

tiloyi commented Nov 14, 2023

cc @caqueste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 design Anything related to UX or UI
Projects
None yet
Development

No branches or pull requests

3 participants