React Rough Save Abandoned

:rabbit2: React Components for Rough.js

Project README

React Bindings for Rough.js

Netlify Status npm downloads/month Known Vulnerabilities pullrequest firsttimersonly

Installation

npm

npm add react-rough roughjs

or

yarn

yarn add react-rough roughjs

Render a Rectangle on a canvas element

import ReactRough, { Rectangle } from 'react-rough';

render(
	<ReactRough>
		<Rectangle x={15} y={15} width={90} height={80} fill="red" />
	</ReactRough>
);

Learn More

To learn more, go through our StoryBook.

Visit the Website Storybook Preview

License

MIT

Open Source Agenda is not affiliated with "React Rough" Project. README Source: ooade/react-rough
Stars
170
Open Issues
1
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating