0.0.0 • Published 10 months ago

@huiiiy/design-react v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

huiiiy design

A component UI library for react

Now is in developing

Install

yarn add -W @huiiiy/design-react

or

npm i @huiiiy/design-react

Usage

import {Button} from '@huiiiy/design-react'

function App() {
    return <div>
        <Button>i am button</Button>
    </div>
}
0.0.0

10 months ago