2.3.1 • Published 4 years ago

noo-ui v2.3.1

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

noo-ui

Travis npm package Coveralls npm star npm.io

📦 安装

npm i noo-ui
cnpm i noo-ui

🔨 示例

  • 引入样式
import Button from "noo-ui";

使用

类型
disabledbool默认: false, true 为按钮禁用状态
onClickfunction点击事件
childrenstring按钮内容

🌰 例子

<Button
  onClick={() => {
    this.handleClick();
  }} //onClick
  disabled={false} //disabled
>
  登陆 // children
</Button>

新增约定式提交

哈哈哈哈 dddd

2.3.1

4 years ago

2.2.5

4 years ago

2.2.2

4 years ago