Skip to content

yang-chenhao/ych-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yui-react

一套好用的 PC 端 React 组件库

安装

$ npm install yui-react
$ yarn add yui-react

使用

import * as React from 'react'
import * as ReactDOM from 'react-dom'
import { Button } from 'yui-react'

ReactDOM.render(
  <div>
    <Button>Default</Button>
  </div>,
  mountNode
)

如果您觉得还不错,请 star

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published