import Select from 'nes-design/es/Select'; OR import { Select } from 'nes-design';
banana
Prop / 参数 | Description / 描述 | Type / 类型 | Default / 默认值 |
---|---|---|---|
options | select options / 选择框选项 | Option | [ ] |
status | status / 选择框状态 | 'success' | 'warning' | 'error' | - |
disabled | disabled / 禁止选择 | boolean | - |
...rest | more attrs(Example: onChange) / 更多属性(Example: onChange) | React.HTMLAttributes<HTMLSelectElement> | - |
Prop / 参数 | Description / 描述 | Type / 类型 | Default / 默认值 |
---|---|---|---|
value | select option value / 选择框选项值 | string | - |
label | select option children / 选择框选项展示的内容 | React.ReactNode | - |
...rest | more attrs / 更多属性 | React.HTMLAttributes<HTMLOptionElement> | - |