ui-components icon indicating copy to clipboard operation
ui-components copied to clipboard

Temporary notification - formerly "Snackbar"

Open Spark450 opened this issue 2 years ago • 0 comments

Acceptance Criteria:

  • Implement temporary notification as in Figma design documentation
  • Positioning is flexible, recommend: Top (left,center,right) Bottom (left,center,right)

Properties:

  • type --> default "basic" --> options are "basic", "success", or "error"
  • visible --> default false --> options are true or false
  • duration --> default 4000 --> options are any number, indicate it is in milliseconds
  • content --> slot (default)
  • actions --> links
  • progress --> between 0 and 100 (numerical) --> default -1 (if -1 not shown)
  • position --> default "bottom left" --> combinations of top or bottom, and left, centre or right

Spark450 avatar Aug 15 '23 22:08 Spark450