9 lines
481 B
Plaintext
9 lines
481 B
Plaintext
<view class="button-example">
|
|
<t-button theme="primary" size="large">填充按钮</t-button>
|
|
<t-button theme="primary" size="large" icon="search" shape="square" aria-label="搜索"></t-button>
|
|
<t-button theme="primary" size="large" shape="round">填充按钮</t-button>
|
|
<t-button theme="primary" size="large" icon="search" shape="circle" aria-label="搜索"></t-button>
|
|
</view>
|
|
|
|
<t-button theme="primary" size="large" block t-class="external-class">填充按钮</t-button>
|