### 主要按钮

``` html
<u-button color="primary" text="确 定"></u-button>
```

### 次要按钮

``` html
<u-button text="确 定" color="primary_secondary"></u-button>
```

### 普通按钮

``` html
<u-button text="确 定"></u-button>
```

### 图标按钮

``` html
<u-button color="primary" icon="add" text="创 建"></u-button>
```
