zillow / react-slider

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

How can i use this compoenent in my exiting React Page??? #79

Closed nishvs closed 8 years ago

nishvs commented 8 years ago

How can i use this compoenent in my exiting React Page???

I already have a

where i am rendering the React compoenent. In that compoenent i need a slider slider component. How can i use this component??

jamesbrauman commented 8 years ago

@nishvs

There are instructions in the README.md file for implementing this component into your page, and the source code for the demo has an example implementation.