Skip to content

Commit

Permalink
Included <Checkbox> Example
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Oct 5, 2015
1 parent 0b42cb6 commit 7fa57ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/index.jsx
Expand Up @@ -2,8 +2,9 @@

import Autocomplete from './components/autocomplete';
import Button from './components/button';
import Card from './components/card';
import Checkbox from './components/checkbox';
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';
Expand All @@ -23,6 +24,8 @@ const Test = React.createClass({
<h1>React Toolbox</h1>
<Autocomplete />
<Button />
<Card />
<Checkbox />
<Drawer />
</app>
);
Expand Down

0 comments on commit 7fa57ba

Please sign in to comment.