iamhosseindhv / notistack

Highly customizable notification snackbars (toasts) that can be stacked on top of each other
https://notistack.com
Other
3.93k stars 298 forks source link

Mention the useSnackbar hook in README #255

Closed tuukka closed 4 years ago

tuukka commented 4 years ago

I would have expected to learn about the useSnackbar hook in the README file and other documentation.

hauptrolle commented 4 years ago

@tuukka You can find it on the real documentation page: https://iamhosseindhv.com/notistack

But I agree, a mention in the Readme would be nice. Should I create a pull request for this?

tuukka commented 4 years ago

@hauptrolle Good catch! I read the README, the API Reference and the demos, but somehow I managed to miss that documentation page.

So +1 for a PR from me, and the API Reference and demo sections of the documentation would benefit from the addition as well, but the source for them is not public?

hauptrolle commented 4 years ago

@tuukka Cool, I will try to update the readme today 👍

Unfortunately I can't find the source for the documentation website anywhere. Maybe @iamhosseindhv can help here?

iamhosseindhv commented 4 years ago

Thanks @tuukka @hauptrolle .

I agree having this in readme as well docs website is useful. Unfortunately docs are part of my personal website code-base which is private. I'll have to figure out an easy way for them to be public and a part of notistack repo.