We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33a5096 + cd2fa29 commit 2dd9b05Copy full SHA for 2dd9b05
README.md
@@ -64,7 +64,7 @@ The Close Button's visibility can be configured at three different levels:
64
65
* Globally in the config for all toast types:
66
```html
67
-<toaster-container toaster-options="'close-button': true"></toaster-container>
+<toaster-container toaster-options="{'close-button': true}"></toaster-container>
68
```
69
70
* Per info-class type:
@@ -126,7 +126,7 @@ All four options can be configured either globally for all toasts or individuall
126
127
- Globally:
128
129
- <toaster-container toaster-options="'body-output-type': 'template'"></toaster-container>
+ <toaster-container toaster-options="{'body-output-type': 'template'}"></toaster-container>
130
131
- Per toast:
132
```js
0 commit comments