Ant Design Component Lookup
Look up component documentation for Ant Design (antd), a React UI library with 80+ components.
When to Use
- You need to know a component's props, defaults, or TypeScript types
- You need usage examples or demo code
- You need to know which subcomponents or methods a component provides
Instructions
- Visit the component's English documentation page at
https://ant.design/components/<component-name>
- For Chinese docs:
https://ant.design/components/<component-name>-cn
- For a machine-readable overview, fetch
https://ant.design/llms.txt to discover all available component documentation paths
- For detailed component API tables, fetch
https://ant.design/llms-full.txt for the complete content
Common Components
Button, Input, Select, Table, Form, Modal, Tabs, Menu, DatePicker, Upload, message, notification, Popconfirm, Tooltip, Tree, Cascader, Transfer, Steps, Card, Collapse, Carousel, Calendar, TimePicker, Rate, Switch, Slider, Progress, Badge, Tag, Avatar, Typography, Space, Divider, Grid, Layout, Affix, Anchor, Breadcrumb, Dropdown, Pagination, Popover, Result, Skeleton, Spin, Watermark, Tour, FloatButton, QRCode, ColorPicker, Segmented, Splitter
Notes
- Component names in URLs use kebab-case (e.g.,
date-picker, float-button)
- The
llms-full.txt file contains the most comprehensive documentation
- For TypeScript types, refer to the component's type definitions in the antd package
1---2name: antd-component-lookup3description: Look up Ant Design React component documentation, props, and usage examples. Use when working with Ant Design (antd) components and needing API details, default values, or usage patterns.4---5
6# Ant Design Component Lookup
7
8Look up component documentation for Ant Design (antd), a React UI library with 80+ components.
9
10## When to Use
11
12- You need to know a component's props, defaults, or TypeScript types
13- You need usage examples or demo code
14- You need to know which subcomponents or methods a component provides
15
16## Instructions
17
181. Visit the component's English documentation page at `https://ant.design/components/<component-name>`
19 - For Chinese docs: `https://ant.design/components/<component-name>-cn`
202. For a machine-readable overview, fetch `https://ant.design/llms.txt` to discover all available component documentation paths
213. For detailed component API tables, fetch `https://ant.design/llms-full.txt` for the complete content
22
23## Common Components
24
25Button, Input, Select, Table, Form, Modal, Tabs, Menu, DatePicker, Upload, message, notification, Popconfirm, Tooltip, Tree, Cascader, Transfer, Steps, Card, Collapse, Carousel, Calendar, TimePicker, Rate, Switch, Slider, Progress, Badge, Tag, Avatar, Typography, Space, Divider, Grid, Layout, Affix, Anchor, Breadcrumb, Dropdown, Pagination, Popover, Result, Skeleton, Spin, Watermark, Tour, FloatButton, QRCode, ColorPicker, Segmented, Splitter
26
27## Notes
28
29- Component names in URLs use kebab-case (e.g., `date-picker`, `float-button`)
30- The `llms-full.txt` file contains the most comprehensive documentation
31- For TypeScript types, refer to the component's type definitions in the antd package