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

15 lines
467 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-navbar title="Picker" leftArrow />
<view class="area-picker-demo">
<t-demo-header title="Picker 选择器" desc="用于一组预设数据中的选择。" notice="渲染框架支持情况WebView" />
<t-demo title="01 组件类型" desc="基础选择器">
<base />
<area />
</t-demo>
<t-demo title="02 组件样式" desc="是否带标题">
<with-title />
</t-demo>
<t-demo desc="不使用 Popup">
<without-popup />
</t-demo>
</view>