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 ffd2dca commit b96effbCopy full SHA for b96effb
example/index.js
@@ -37,6 +37,19 @@ var App = React.createClass({
37
<form>
38
<h1>react-toggle</h1>
39
40
+ {/* Installation */}
41
+
42
+ <div className="example">
43
+ <div>Installation</div>
44
+ <pre>
45
+{`npm install react-toggle`}
46
+ </pre>
47
48
+{`import Toggle from 'react-toggle'`}
49
50
51
+ </div>
52
53
{/* Bacon */}
54
55
<div className="example">
@@ -137,7 +150,6 @@ var App = React.createClass({
137
150
</pre>
138
151
</div>
139
152
140
-
141
153
</form>
142
154
)
143
155
}
0 commit comments