noo-ui

2.3.1 • Public • Published

noo-ui

Travis npm package Coveralls npm star

📦 安装

npm i noo-ui
cnpm i noo-ui

🔨 示例

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

使用

类型
disabled bool 默认: false, true 为按钮禁用状态
onClick function 点击事件
children string 按钮内容

🌰 例子

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

新增约定式提交

哈哈哈哈 dddd

Readme

Keywords

Package Sidebar

Install

npm i noo-ui

Weekly Downloads

1

Version

2.3.1

License

MIT

Unpacked Size

14.2 kB

Total Files

13

Last publish

Collaborators

  • ma_meng