diff --git a/spec/components/card.jsx b/spec/components/card.jsx index ee3818d1..97102652 100644 --- a/spec/components/card.jsx +++ b/spec/components/card.jsx @@ -23,7 +23,6 @@ export default React.createClass({ return (

Cards

-

Basic properties

diff --git a/spec/components/drawer.jsx b/spec/components/drawer.jsx index ed74ce5c..83fa9c62 100644 --- a/spec/components/drawer.jsx +++ b/spec/components/drawer.jsx @@ -14,7 +14,7 @@ export default React.createClass({ return (

Drawer

-

You can navigate using a drawer to the left or right. They can be auto-closable or not.

+

You can navigate using a drawer to the left or right. They can be auto-closable or not.

Officia deserunt mollit.

@@ -28,7 +28,7 @@ export default React.createClass({
); diff --git a/spec/index.jsx b/spec/index.jsx index ca79d828..d64ef469 100644 --- a/spec/index.jsx +++ b/spec/index.jsx @@ -4,10 +4,8 @@ import Button from './components/button'; import Card from './components/card'; import Checkbox from './components/checkbox'; +import Dialog from './components/dialog'; import Drawer from './components/drawer'; - -// import Card from './components/card'; -// import Dialog from './components/dialog'; // import Dropdown from './components/dropdown'; // import FontIcon from './components/font_icon'; // import Form from './components/form'; @@ -22,11 +20,12 @@ const Test = React.createClass({ render () { return ( - +

React Toolbox

-