ui-components
ui-components copied to clipboard
Temporary notification - formerly "Snackbar"
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