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 b8d3b53 commit 1483960Copy full SHA for 1483960
documentation/docs/usage/components/parallax-component.md
@@ -24,8 +24,8 @@ All other non-parallax props will be passed through to the `<div>`. Example with
24
<Parallax style={{ background: 'blue' }} className="test" />
25
```
26
27
-```html
28
-<div style="background:'blue'" className="test"></div>
+```html title="Output HTML"
+<div style="background: blue" className="test"></div>
29
30
31
### Children
0 commit comments