ant-design-react
Originally fromteachingai/full-stack-skills
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Build React applications with Ant Design (antd) components
- Create forms with validation (Form, Input, Select, DatePicker)
- Display data in tables with sorting, filtering, and pagination
- Customize the Ant Design theme with design tokens or CSS variables
- Use feedback components (Modal, Message, Notification)
- Implement layouts and navigation (Layout, Menu, Breadcrumb)
- Use Ant Design design tokens and design system
How to use this skill
Quick-Start Example: Form with Table
import { Button, Form, Input, Table, message } from 'antd';