We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9176d3 commit 3485822Copy full SHA for 3485822
README.md
@@ -1,33 +1,18 @@
1
-# antd-debounce-select
+---
2
+nav:
3
+ title: DebounceSelect for Ant Design
4
+ path: /debounce-select
5
6
-## Getting Started
7
+## DebounceSelect
8
-Install dependencies,
9
+Demo:
10
-```bash
-$ npm i
-```
11
+<code src="./DebounceSelect/demos/index.tsx" />
12
-Start the dev server,
13
+<API></API>
14
-$ npm start
15
```
16
-
17
-Build documentation,
18
19
20
-$ npm run docs:build
21
22
23
-Run test,
24
25
26
-$ npm test
27
28
29
-Build library via `father-build`,
30
31
32
-$ npm run build
+Note: Other than that, try using any Antd Select props like 'placeholder'.
33
+[Antd Select props](https://ant-design.gitee.io/components/select-cn/#API)
0 commit comments