# select **Repository Path**: mirrors_react-component/select ## Basic Information - **Project Name**: select - **Description**: React Select - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-18 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: react-extensions **Tags**: None ## README

@rc-component/select

Ant Design Ant Design 生态的一部分。

🎯 React 选择器组件,支持单选、多选、搜索、标签和自定义渲染。

NPM version npm downloads build status Codecov bundle size dumi

English | 简体中文

## 特性 | 范围 | 支持 | | ---- | -------------------------------------------- | | 数据 | `options` 数据,旧版 `Option` 子项,分组选项 | | 模式 | 单选、`multiple`、`tags` 和 `combobox` 模式 | | 搜索 | 受控搜索、自定义过滤和自定义排序 | | 渲染 | 自定义选项、标签、选中项、清除图标和菜单图标 | | 规模 | 支持可配置项高度的虚拟滚动 | ## 安装 ```bash npm install @rc-component/select ``` ## 使用 ```tsx | pure import Select from '@rc-component/select'; import '@rc-component/select/assets/index.css'; export default () => (