Nuvotion-Visuals / Formation

Comprehensive component library for creating apps and websites that demand responsive, unified cross-platform experiences.
https://formation.avsync.live
6 stars 0 forks source link

Add Snackbar component #53

Open tom-leamon opened 2 years ago

tom-leamon commented 2 years ago

Use Notification component. Screen quadrant fixed positioning for the popup

image

tom-leamon commented 2 years ago

image

tom-leamon commented 11 months ago

Positions including top left, top center, top right, bottom ...

tom-leamon commented 11 months ago

Snackbars are similar to toast, but they are in a slightly different format and can optionally include an action. Snackbars can only contain one action - if you need to present more than one action use a dialog. Snackbars can be swiped off screen.

tom-leamon commented 11 months ago
  1. It's important to consider the duration of each Snackbar message when implementing the queue. The queue system should respect the auto timeout set for each message, allowing messages to be displayed for their full duration before the next one appears.

  2. We should also look into the possibility of adding a feature to adjust the queue behavior. For instance, providing an option to skip to the next message in the queue or clear the queue entirely if the user performs a specific action.

tom-leamon commented 6 months ago

image