A Vue3.x UI components lib for TDesign.
2,177
stars
6,138
commits
TypeScript
primary language
Sep 4, 2026
updated
English | 简体中文
TDesign Vue Next is a UI component library for Vue 3 and desktop application.
npm i tdesign-vue-next
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.
Visit TDesign Starter to experience in the application built with TDesign Vue Next UI components.
Read our browser compatibility for more details.
TDesign also provides component libraries for other platforms and frameworks.
Contributing is welcome. Read guidelines for contributing before submitting your Pull Request.
Create your Github issues or scan the QR code below to join our user groups
The MIT License. Please see the license file for more information.
(top 30 of 325)
TypeScript
75.8%
Vue
22.2%
JavaScript
1.3%
A Vue3.x UI components lib for TDesign.
2,177
stars
6,138
commits
TypeScript
primary language
Sep 4, 2026
updated
English | 简体中文
TDesign Vue Next is a UI component library for Vue 3 and desktop application.
npm i tdesign-vue-next
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.
Visit TDesign Starter to experience in the application built with TDesign Vue Next UI components.
Read our browser compatibility for more details.
TDesign also provides component libraries for other platforms and frameworks.
Contributing is welcome. Read guidelines for contributing before submitting your Pull Request.
Create your Github issues or scan the QR code below to join our user groups
The MIT License. Please see the license file for more information.
(top 30 of 325)
TypeScript
75.8%
Vue
22.2%
JavaScript
1.3%