Skip to content

Commit 110c916

Browse files
committed
Update Readme
1 parent fa38dc4 commit 110c916

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,11 @@ When using `ServerTarget`, use the CSS general sibling combinator (~):
207207

208208
#### Content Security Policy
209209

210-
If you are using CSP rules for CSS files, you can pass `nonce` argument. If `nonce` is not supplied transition styles will not be applied. This may allow patched transitions throught the page in some cases.
210+
If you are using CSP rules for CSS files, you can pass `nonce` argument to the `Core` component. If `nonce` is not supplied transition styles will not be applied. This may allow patched transitions throught the page in some cases.
211+
212+
```tsx
213+
<Core nonce={yourNonce} t="transition: all .5s" />
214+
```
211215

212216
### Images
213217

0 commit comments

Comments
 (0)