Skip to content

Commit

Permalink
fix: increase the duration values
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoStud committed Dec 12, 2023
1 parent 7140fd9 commit f6d1106
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ description: An example of Kite Chat elements.

##### Auto-dismiss
<kite-notification-container>
<kite-toast-notification duration="5000" message="Connected to host." type="success"></kite-toast-notification>
<kite-toast-notification duration="6000" message="You are using the demo version!" type="warning"></kite-toast-notification>
<kite-toast-notification duration="7000" message="An unexpected error occurred. Please try again later." type="error"></kite-toast-notification>
<kite-toast-notification duration="50000" message="Connected to host." type="success"></kite-toast-notification>
<kite-toast-notification duration="80000" message="You are using the demo version!" type="warning"></kite-toast-notification>
<kite-toast-notification duration="100000" message="An unexpected error occurred. Please try again later." type="error"></kite-toast-notification>
</kite-notification-container>
```html
<kite-notification-container>
<kite-toast-notification duration="5000" message="Connected to host." type="success"></kite-toast-notification>
<kite-toast-notification duration="6000" message="You are using the demo version!" type="warning"></kite-toast-notification>
<kite-toast-notification duration="7000" message="An unexpected error occurred. Please try again later." type="error"></kite-toast-notification>
<kite-toast-notification duration="50000" message="Connected to host." type="success"></kite-toast-notification>
<kite-toast-notification duration="80000" message="You are using the demo version!" type="warning"></kite-toast-notification>
<kite-toast-notification duration="100000" message="An unexpected error occurred. Please try again later." type="error"></kite-toast-notification>
</kite-notification-container>
```

0 comments on commit f6d1106

Please sign in to comment.