React Rowing Blades

React Rowing Blades is a library of SVG illustrations (react components) of rowing clubs' blades.

Install

npm install --save react-rowing-blades

How to use

import Blade from 'react-rowing-blades';

const Example = () => <Blade size={200} club="cam" />;

Development

If you want to develop a component

  • npm i

  • npm run styleguide

If you want to build

  • npm run styleguide:build

GitHub