Skip to content

Commit 46b9daf

Browse files
committed
Updated readme
1 parent 493c9e2 commit 46b9daf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ interface SnackbarNotification {
116116
<p>Custom notification message</p>
117117
<snackbar-actions>
118118
<button>Action</button>
119-
<close-button>
119+
<button class="close">
120120
<svg />
121-
</close-button>
121+
</button>
122122
</snackbar-actions>
123123
</snackbar-component>
124124
```
@@ -169,6 +169,7 @@ type ToasterNotification = {
169169
<button>
170170
<svg />
171171
</button>
172+
<toast-timer></toast-timer>
172173
</toast-component>
173174
</toaster-component>
174175
```

0 commit comments

Comments
 (0)