1.1.0 • Published 3 years ago

yijunwillui v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

yijunwillui

Based on TypeScript to create React UI

Install

npm install yijunwillui

or

yarn add yijunwillui

How to use

Usage

// load css
import 'yijunwillui/dist/index.css'
// import component
import { Button } from 'yijunwillui'

const App = () => (
  <Button>
    Hello
  </Button>
)