Alert type component ? #20
-
Hello, I was trying WebAwesome while changing some shoelace components in a personal project, I came up to a sl-alert and couldn't find an equivalent (other than wa-callout). What I'm looking for is a "Toast" component that handles the same thing as sl-alert for toast alert (with the toast stack). Is this planned but not yet implemented in the alpha, or is it a behavior we need to reimplement with WebAwesome using wa-callout? Thank you in advance and thank you for the incredible work you all do. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Alert was overloaded. It never should have handled both callouts (inline, static alerts) and toast messages. We've renamed the former to |
Beta Was this translation helpful? Give feedback.
Alert was overloaded. It never should have handled both callouts (inline, static alerts) and toast messages. We've renamed the former to
<wa-callout>
and plan on re-introducing toasts through a new, separate component which will make it easier for us to test, maintain, and improve the accessibility of both.