@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
29 lines (19 loc) • 424 B
Markdown
title: Picker 选择器
nav:
title: 组件
path: /component
group:
title: 表单组件
path: /form
order: 1
# Picker 选择器
> 提供多个选项集合供用户选择,支持单列选择和多列级联。
## 代码演示
<code src="./__fixtures__/basic.tsx"></code>
## API
### Picker
<API hideTitle src="./picker-method.tsx"></API>
### Picker.Component
<API hideTitle src="./picker.tsx"></API>