Tencent
tdesign-vue-next
TypeScript

A Vue3.x UI components lib for TDesign.

Last updated Jul 9, 2026
2.1k
Stars
625
Forks
652
Issues
+7
Stars/day
Attention Score
88
Language breakdown
TypeScript 73.8%
Vue 24.0%
JavaScript 1.5%
CSS 0.6%
HTML 0.0%
Smarty 0.0%
โ–ธ Files click to expand
README

TDesign Logo

License Version Downloads Downloads Ask DeepWiki

English | ็ฎ€ไฝ“ไธญๆ–‡

TDesign Vue Next is a UI component library for Vue 3 and desktop application.

๐ŸŽ‰ Features

  • Desktop application interaction
  • High quality UI components for Vue 3.x
  • Consistent API and UI with TDesign component libraries for other frameworks
  • Dark mode and customizable theme
  • Support tree-shaking

๐Ÿ“ฆ Installation

npm i tdesign-vue-next

๐Ÿ”จ Usage

import { createApp } from 'vue';
import { Button } from 'tdesign-vue-next';

import 'tdesign-vue-next/es/style/index.css';

import App from './app.vue';

const app = createApp(App); app.use(Button);

The package of tdesign-vue-next provides kinds of bundles, read the documentation for the detail of differences between bundles.

Quick Start

Visit TDesign Starter to experience in the application built with TDesign Vue Next UI components.

Browser Support

| IE / Edge
IE / Edge | Firefox
Firefox | Chrome
Chrome | Safari
Safari | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 |

Read our browser compatibility for more details.

TDesign component libraries

TDesign also provides component libraries for other platforms and frameworks.

Contributing

Contributing is welcome. Read guidelines for contributing before submitting your Pull Request.

Contributors

Contribution Leaderboard

Feedback

Create your Github issues or scan the QR code below to join our user groups

License

The MIT License. Please see the license file for more information.

ยฉ 2026 GitRepoTrend ยท Tencent/tdesign-vue-next ยท Updated daily from GitHub