React Bindings for Rough.js
npm add react-rough roughjs
or
yarn add react-rough roughjs
import ReactRough, { Rectangle } from 'react-rough';
render(
<ReactRough>
<Rectangle x={15} y={15} width={90} height={80} fill="red" />
</ReactRough>
);
To learn more, go through our StoryBook.
Visit the Website
MIT