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 Jul 29, 2025. It is now read-only.
FAB's can have the optional ability to exit. MDC-Web supplies us with class .mdc-fab--exited [0] This class "animates the FAB out of view. When this class is removed, the FAB will return to view." What I am proposing is that FAB has a boolean prop exited. This can be used to add the class and works like other optional bool prop mini. (and I have a PR ready nearly ready)