1.0.7 • Published 7 years ago

yotsuha v1.0.7

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

A library for react component.

Note: 所有的组件符合es module规范,具体用法可以直接看源码.

Installation

$ yarn add yotsuha -D

or

 $ npm i yotsuha --save

Use

import {Alert} from 'yotsuha';

<Alert show={this.state.showAlert}
       content='提示信息'
       okText='知道了'
       okCallback={() => console.log('do something...')}
/>
1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago