Skip to content

Commit

Permalink
Add slider to spec index
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Jul 21, 2015
1 parent a6223ad commit 89fcc9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Dialog = require './components/dialog'
Dropdown = require './components/dropdown'
Form = require './components/form'
Progress = require './components/progress'
Slider = require './components/slider'
Switch = require './components/switch'

# React = require('react/addons')
Expand All @@ -34,6 +35,7 @@ Test = React.createClass
<Dropdown />
<Form />
<Progress />
<Slider />
</app>

React.render <Test/>, document.body

0 comments on commit 89fcc9a

Please sign in to comment.