ant-design-react

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';

const columns = [
Related skills

More from partme-ai/full-stack-skills

Installs
34
GitHub Stars
379
First Seen
Jan 28, 2026