import Button from 'nes-design/es/Button'; OR import { Button } from 'nes-design';
Prop / 参数 | Description / 描述 | Type / 类型 | Default / 默认值 |
---|---|---|---|
type | button type / 按钮类型 | 'primary' | 'text' | primary |
htmlType | input type / 按钮原生的类型 | 'submit' | 'reset' | 'button' | - |
status | button status / 按钮的状态 | 'primary' | 'success' | 'warning' | 'error' | 'disabled' | - |
block | fill width / 宽度占满 | boolean | - |
...rest | more attrs(Example: onClick) / 更多属性(Example: onClick) | React.ButtonHTMLAttributes<HTMLButtonElement> | React.HTMLAttributes<HTMLSpanElement> | - |