Install
openclaw skills install @junwugit/antd-vue-componentsLearn and look up how to use any ant-design-vue (Vue 3) component — its variants, runnable examples, Vue 3 SFC code, and key props/events/slots. Use when the user asks how to use an ant-design-vue component (a-table, a-form, a-select, a-menu, a-modal, …), wants a component's variants/examples/Vue 3 code, is porting a UI from React antd to Vue, or is learning ant-design-vue. Target is ant-design-vue v4 (Vue 3), NOT React antd.
openclaw skills install @junwugit/antd-vue-componentsA study & lookup guide for every ant-design-vue v4 (Vue 3) component. For each component you get: what it's for · its variants · a runnable Vue 3 SFC example · key props/events/slots · tips.
ant-design-vue v4.2.x on Vue 3. Globally-registered components use the a- prefix (<a-button>, <a-table>). It is not React antd — props/events/slots differ (see conventions).v-model:*, events, slots, forms, theme, imperative APIs, and how to run any example). Learn these once and every component below makes sense.When asked "how do I use <component>?" (or for its variants/examples/code):
references/.v-model:value/v-model:checked/v-model:open/…, @change events, and named/scoped slots (never React render-props or onChange).| Category | File | Components |
|---|---|---|
| Conventions (read first) | conventions.md | registration · icons · v-model:* · events · slots · forms · theme/tokens · message/Modal/notification · run-any-example |
| General | general.md | Button · FloatButton · Typography · Icon |
| Layout | layout.md | Divider · Flex · Grid (Row/Col) · Layout · Space |
| Navigation | navigation.md | Anchor · Breadcrumb · Dropdown · Menu · Pagination · Steps |
| Data Entry | data-entry.md | AutoComplete · Cascader · Checkbox · DatePicker · Form · Input · InputNumber · Mentions · Radio · Rate · Select · Slider · Switch · TimePicker · Transfer · TreeSelect · Upload |
| Data Display | data-display.md | Avatar · Badge · Calendar · Card · Carousel · Collapse · Descriptions · Empty · Image · List · Popover · QRCode · Segmented · Statistic · Table · Tabs · Tag · Timeline · Tooltip · Tour · Tree |
| Feedback | feedback.md | Alert · Drawer · Message · Modal · Notification · Popconfirm · Progress · Result · Skeleton · Spin · Watermark |
| Other / system | other.md | Affix · App · ConfigProvider · theme tokens · util |
Every component in the category files follows the same template, so studying is uniform:
### Name `<a-name>`
What: one sentence.
Variants: the meaningful forms (size/type/mode/shape/state …).
Example: a complete <script setup> + <template> SFC you can paste & run.
API: key props · events · slots (the ones you actually use).
Tips: gotchas + "use this vs <sibling>".
slidev-antd-dashboard skill — it covers the Slidev integration, layout shell, and dashboard composition rules. This skill is the general-purpose component learning reference.