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 c407a0f commit 60816dcCopy full SHA for 60816dc
examples/entry.js
@@ -9,7 +9,7 @@ class Examples extends React.Component {
9
return (
10
<div style={{maxWidth:560, margin: "0 auto", fontFamily: "sans-serif",}}>
11
<h1>Sateful React YouTube Examples</h1>
12
- <h2>1) Most features:
+ <h2>1) Semi-Controlled Component:
13
<span style={{fontSize:17}}><a href="https://github.com/calvinclaus/stateful-react-youtube/blob/master/examples/mainExample.js">(Source)</a></span>
14
</h2>
15
<MainExample />
0 commit comments