0.0.8 • Published 2 years ago

roughjs-ui v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago