You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
It's been called a "Toast" in the past, but the thing that's not Android-specific is a snackbar.
Initial Implementation
Dark Theme (background: #fafafa, text: text-primary-on-dark, action: theme primary color)
Keyboard Focus Handling
In demo, ensure that "Action on Bottom" is unchecked and disabled when "multiline" is unchecked
End-to-end usage example in README (instantiation, using it in response to an event)
Start-aligned snackbars (left for LTR, right for RTL)
Add dismissOnAction option, which defaults to true. When true, snackbar dismisses as soon as a user interacts with its action button (see Implement Snackbar Component #28).