Skip to content

Commit 3485822

Browse files
committed
o
1 parent d9176d3 commit 3485822

File tree

1 file changed

+11
-26
lines changed

1 file changed

+11
-26
lines changed

README.md

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
1-
# antd-debounce-select
1+
---
2+
nav:
3+
title: DebounceSelect for Ant Design
4+
path: /debounce-select
5+
---
26

3-
## Getting Started
7+
## DebounceSelect
48

5-
Install dependencies,
9+
Demo:
610

7-
```bash
8-
$ npm i
9-
```
11+
<code src="./DebounceSelect/demos/index.tsx" />
1012

11-
Start the dev server,
13+
<API></API>
1214

13-
```bash
14-
$ npm start
1515
```
16-
17-
Build documentation,
18-
19-
```bash
20-
$ npm run docs:build
21-
```
22-
23-
Run test,
24-
25-
```bash
26-
$ npm test
27-
```
28-
29-
Build library via `father-build`,
30-
31-
```bash
32-
$ npm run build
16+
Note: Other than that, try using any Antd Select props like 'placeholder'.
3317
```
18+
[Antd Select props](https://ant-design.gitee.io/components/select-cn/#API)

0 commit comments

Comments
 (0)