Similar to modal and banner. Toast is the remaining message component to address low priority comunications.
Proposed syntax
<amber-toast
active
state="info"
>
Some content here
</amber-toast>
Details
- active: true or false
- title: title
- labels: add tertiary button (optional)
- state: default, info, warning, error, success

Similar to modal and banner. Toast is the remaining message component to address low priority comunications.
Proposed syntax
Details