README
Universal Props
Specific Library Props
How to use
import React from 'react';
import { withBluerain } from "@blueeast/bluerain-os";
const ChipSample = (props) => (
const BR = props.bluerain;
const Chip = BR.Components.get('Chip');
<Chip style={{'color':'white','background-color':'green'}}>10 % off</Chip>
);
export default withBluerain(ChipSample);Storybook
Tests
Last updated