# 按钮

# 展示

按钮展示

# 使用方法

<jluzh-button>你好</jluzh-button>
<jluzh-button disabled>禁用状态</jluzh-button>
<jluzh-button icon="setting"></jluzh-button>
<jluzh-button icon="download">下载</jluzh-button>
<jluzh-button icon="upload" icon-position="right">上传</jluzh-button>
<jluzh-button-group>
    <jluzh-button>上一页</jluzh-button>
    <jluzh-button>1</jluzh-button>
    <jluzh-button>2</jluzh-button>
    <jluzh-button>3</jluzh-button>
    <jluzh-button>...</jluzh-button>
    <jluzh-button>下一页</jluzh-button>
</jluzh-button-group>