first add files

This commit is contained in:
2025-08-15 14:05:08 +08:00
parent c58f74bcc0
commit b6216570d9
2451 changed files with 29056 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<view class="skyline">
<t-navbar class="demo-navbar" title="Popup" leftArrow />
<scroll-view scroll-y type="list" class="scroll-view">
<view class="demo-title">Popup 弹出层</view>
<view class="demo-desc">由其他控件触发,屏幕滑出或弹出一块自定义内容区域。</view>
<view class="tdesign-demo-popup">
<t-demo title="01 组件类型" desc="基础弹出层" padding>
<base />
</t-demo>
<t-demo title="02 组件示例" desc="应用示例" padding>
<with-title />
<custom-close style="display: block; margin-top: 32rpx" />
</t-demo>
</view>
</scroll-view>
</view>