0.0.8 • Published 4 years ago

roughjs-ui v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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-ui

or

npm i roughjs-ui

then import the component

import { Spin } from 'roughjs-ui';

const App = () => (
  <Spin delay={2000}>
    <p>Thank you for the preview……</p>
  </Spin>
);
0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago