-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SnackBar] Port Component #6269
Comments
@stunaz Thanks for opening this issue. @Shahrukh-Zindani plan to start with this one. API
/**
* Fired when the `SnackBar` is requested to be closed by a click outside it.
*/
onRequestClose: PropTypes.func,
/**
* Controls whether the SnackBar is opened or not.
*/
open: PropTypes.bool.isRequired,
Implementation
|
Any news on the progress of porting this to the next branch? Need something like it for a current project and just trying to figure out if I should code a quick solution for it in the meantime. |
@justinmasse There were two good starts made (see the initial issue comment), so if you'd like to take the best of both, a PR would be very welcome! |
First attempts that are closed form beeing finished:
The text was updated successfully, but these errors were encountered: