zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
892 stars 231 forks source link

broken out of the box? #68

Closed foodaka closed 8 years ago

foodaka commented 8 years ago

Is there something im doing wrong? the component wont render

import React from 'react'; import ReactDOM from 'react-dom'; import ReactSlider from 'react-slider';

const test = React.createClass({

render() { return (

blahahh
);

} })

export default test