Installation
There are 3 ways to get started with the RideStyler UI CSS framework in your project. You can either install manually, from CDN or use a package manager.
Install manually
Download the compiled and minified RideStyler UI CSS file (core ~17KB min+gzip):
Include RideStyler UI in your website or Web app <head>.
<link rel="stylesheet" href="rsui.min.css">
Or choose the icons build to only include icons.
<link rel="stylesheet" href="rsui-icons.min.css">
Install from CDN
Alternatively, you can use our extremely fast CDN to load the files:
<link rel="stylesheet" href="https://static.ridestyler.com/rs-ui/latest/rsui.min.css">
You can also load the icons build from the CDN:
<link rel="stylesheet" href="https://static.ridestyler.com/rs-ui/latest/rsui-icons.min.css">
Or you can load our custom components from the CDN:
<script type="text/javascript" src="https://static.ridestyler.com/rs-ui/latest/components/rsui.umd.js">
Install with NPM
npm install Burkson/ridestyler.ui --save
Install with Yarn
yarn add git://github.com/Burkson/ridestyler.ui
Install from Bower
bower install git://github.com/Burkson/ridestyler.ui --save