Skip to content
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

Adds the limit property to NotificationContainer #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Igormandello
Copy link

@Igormandello Igormandello commented Nov 3, 2018

Setting a maximum number of notifications can be useful for avoiding spam in user screen.

  • Limit is a property of NotificationContainer
  • If it is equal to zero, there is no limit.
<NotificationContainer limit={4}/>

- This property controls the maximum number of notifications on the screen at the same time, if set to 0, there is no limit
@Igormandello Igormandello changed the title Setting a maximum number of notifications can be useful for avoiding spam in user screen Adds the limit property to NotificationContainer Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant