Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1483960

Browse files
docs: title output html
1 parent b8d3b53 commit 1483960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎documentation/docs/usage/components/parallax-component.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ All other non-parallax props will be passed through to the `<div>`. Example with
2424
<Parallax style={{ background: 'blue' }} className="test" />
2525
```
2626

27-
```html
28-
<div style="background:'blue'" className="test"></div>
27+
```html title="Output HTML"
28+
<div style="background:blue" className="test"></div>
2929
```
3030

3131
### Children

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /