Bootstrap 4 Outrun/Synthwave themed components built with React.
See the documentation with live editable examples and API documention.
To find the documentation for the latest Bootstrap 3 compatible release, go here.
- react-router-bootstrap – Integration with React Router
- Awesome React Bootstrap Components - Additional components like off-canvas navbar, switch and sliders. (Not outrun themed)
Install our package with node package manager (npm). Check out setup instructions here if you don't have it installed already.
After that you can run npm install react-outrun
to install all the needed dependencies.
From there you can:
- Start a local copy of the docs site with
npm start
- Or build a local copy of the library with
npm run build
Feel free to help improve this project! See the contributing guidelines for details.