tdesign-vue-next

Installation
SKILL.md

TDesign Vue Next

S - Scope

  • Target: tdesign-vue-next@^1 with Vue 3.3+
  • Cover: Basic components, layout components, navigation components, input components, data display components, feedback components, theme customization, dark mode, Chat component
  • Avoid: Undocumented internal APIs, DOM manipulation hacks, other TDesign tech stacks (React/Miniprogram)

Default assumptions (when not explicitly specified)

  • Language: TypeScript + <script setup> syntax
  • Styling: Use CSS variables and ConfigProvider for theme configuration, avoid directly overriding internal component class names
  • Provider: Use a single ConfigProvider at the app root for unified configuration
  • Icons: Use tdesign-icons-vue-next icon library
  • Imports: Import components on demand import { Button } from 'tdesign-vue-next'

Scope rules (must follow)

Installs
74
GitHub Stars
5
First Seen
Feb 4, 2026