Files
2025-08-15 14:05:08 +08:00

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>