ReWindUI is a React library only. To install it in your project you have to do it via npm
npm install rewind-uikit
To add the default styles to your project go to your base css file and import the styles from the dependencies
@import '~rewind-uikit/dist/style.css';
All the documentation can be found on ReWind UI Kit Documentation