riderreact
v1.0.8
Published
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/riderreact)  {
return (
<Button label="RiderReact" />
)
}Theming
RiderReact has two theming modes; styled or unstyled.
Styled Mode
Styled mode is based on pre-skinned components with opinionated themes like Material, Bootstrap. Theme is the required css file to be imported, visit the Themes section for the complete list of available themes to choose from.
// theme
import 'riderreact/dist/resources/themes/lara-light-cyan/theme.css';
