| Form | form.md | Form building, validation, Form.Item (uses field prop), Form.List, useForm hook |
| Input | input.md | Text input, Input.Password, Input.Search, Input.TextArea, prefix/suffix |
| Select | select.md | Dropdown select, multi-select, search, remote search, Select.Option, virtual scroll |
| DatePicker | date-picker.md | Date/range picker (RangePicker), week/month/quarter/year, disabled dates (dayjs) |
| TimePicker | time-picker.md | Time selection, range, 12h format, step intervals |
| InputNumber | input-number.md | Numeric input, stepper, precision, min/max |
| Checkbox | checkbox.md | Multi-select, Checkbox.Group, select all / indeterminate |
| Radio | radio.md | Single select, Radio.Group, button-style radio |
| Switch | switch.md | Toggle switch, loading, text labels (use triggerPropName="checked" in Form) |
| Slider | slider.md | Range slider, marks, vertical, step, tooltip format |
| Rate | rate.md | Star rating, half-star, readonly, custom characters |
| Cascader | cascader.md | Multi-level cascade (province/city), remote load, search |
| TreeSelect | tree-select.md | Select from tree structure, checkable, searchable, async load |
| Transfer | transfer.md | Transfer items between two lists, search, simple mode |
| AutoComplete | auto-complete.md | Input autocomplete, search suggestions |
| Mentions | mentions.md | @mention users/topics in text input |
| InputTag | input-tag.md | Tag input, add/remove tags, drag sort |
| Upload | upload.md | File upload, drag-and-drop, image upload with preview |
| ColorPicker | color-picker.md | Color selection (hex/rgb/hsl) |
| VerificationCode | verification-code.md | OTP / verification code input |