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

[component] Toast

Open alessandromenini opened this issue 5 years ago • 0 comments

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

component - toast

alessandromenini avatar Feb 04 '19 17:02 alessandromenini