# 按钮

# 基础用法

<bt-panel>
  <bt-button>Send Email</bt-button>
  <bt-button type="primary">Send Email</bt-button>
  <bt-button type="info">Send Email</bt-button>
  <bt-button disabled type="warn">Send Email</bt-button>
  <bt-button type="primary" circle icon="el-icon-plus"></bt-button>
</bt-panel>
Last Updated: 12/4/2019, 9:35:18 PM