<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>