We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493c9e2 commit 46b9dafCopy full SHA for 46b9daf
README.md
@@ -116,9 +116,9 @@ interface SnackbarNotification {
116
<p>Custom notification message</p>
117
<snackbar-actions>
118
<button>Action</button>
119
- <close-button>
+ <button class="close">
120
<svg />
121
- </close-button>
+ </button>
122
</snackbar-actions>
123
</snackbar-component>
124
```
@@ -169,6 +169,7 @@ type ToasterNotification = {
169
<button>
170
171
</button>
172
+ <toast-timer></toast-timer>
173
</toast-component>
174
</toaster-component>
175
0 commit comments