roughjs-ui
v0.0.8
Published
A draft styled react component library built by [rough](https://github.com/rough-stuff/rough).
Readme
Rough UI
A draft styled react component library built by rough.
project status
in development……
Getting Started
You can preview in the your app
yarn add roughjs-uior
npm i roughjs-uithen import the component
import { Spin } from 'roughjs-ui';
const App = () => (
<Spin delay={2000}>
<p>Thank you for the preview……</p>
</Spin>
);