Integrate React component from Rails-Assets.org

Hello, i hope there’s someone could help me here. Since no one answer my question on stackoverflow.
Here’s the link : http://stackoverflow.com/questions/43486198/integrated-react-component-from-rails-assets-org-in-rails-application

I would like to know how can i integrate react component from rails-assets.org ?

Let say i want to use react-select component in my rails application. I follow the step from rails-assets.org but there’s no doc on how can i use this component in my rails application. Currently i using react-rails gems without issues.

I have installed react-select gems and included what is needed in application.js and applications.scss.sass. What’s next ? I stuck here how can i use this component in rails applications