6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
<t-button size="large" variant="outline" bind:tap="onTriggerClick" block theme="primary">Toggle</t-button>
|
|
|
|
<t-transition visible="{{ visible }}" style="{{style}}" customStyle="{{customStyle}}">
|
|
<view class="block"></view>
|
|
</t-transition>
|