We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d3fa6 commit 75f17ddCopy full SHA for 75f17dd
1 file changed
README.md
@@ -76,8 +76,7 @@ import MyComponentSource from '!!raw-loader!./myComponent';
76
<CodeBlock
77
language="jsx"
78
youtubeID="4HGNqFdaD34"
79
- "0:10-1:00"="(1)"
80
- "1:10-1:20"="(1,2-4)"
+ {...{ ["0:10-1:00"]: "(1)", ["1:10-1:20"]: "(1,2-4)" }}
81
>
82
{MyComponentSource}
83
</CodeBlock>
0 commit comments