1.0.13 • Published 8 years ago

vu-button v1.0.13

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Button

  • category: Components
  • chinese: 按钮
  • type: 基本

按钮用于开始一个即时操作。

何时使用

标记了一个(或封装一组)操作命令,响应用户点击行为,触发相应的业务逻辑。

API

  • 通过设置 Button 的属性来产生不同的按钮样式,推荐顺序为: type -> size -> disabled -> onClick

  • 按钮的属性说明如下:

属性类型默认值说明
typestringundefined设置按钮类型,可选值为 primary secondary inverse primary-inverse secondary-inverse
sizestringundefined设置按钮大小,可选值为 small large
disabledBoolfalse设置按钮不可用
hrefstringundefined超链接按钮
onClickFunctionclick 事件的 handler
  • <Button>Hello world!</Button> 最终会被渲染为 <button>Hello world!</button>,并且除了上表中的属性,其它属性都会直接传到 <button></button>

  • <Button href="http://baidu.com">百度</Button> => <a href="http://baidu.com" className="Button">百度</a>

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago