- Notifications
You must be signed in to change notification settings - Fork514
A Vue3.x UI components lib for TDesign.
License
Tencent/tdesign-vue-next
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
English |简体中文
TDesign Vue Next is a UI component library for Vue 3 and desktop application.
- 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
npm i tdesign-vue-next
import{createApp}from'vue';import{Button}from'tdesign-vue-next';import'tdesign-vue-next/es/style/index.css';importAppfrom'./app.vue';constapp=createApp(App);app.use(Button);
The package of tdesign-vue-next provides kinds of bundles, readthe documentation for the detail of differences between bundles.
VisitTDesign Starter to experience in the application built with TDesign Vue Next UI components.
![]() IE / Edge | ![]() Firefox | ![]() Chrome | ![]() Safari |
---|---|---|---|
Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 |
Read ourbrowser compatibility for more details.
TDesign also provides component libraries for other platforms and frameworks.
- component library for Vue 2.x :tdesign-vue
- component library for React :tdesign-react
- component library for Wechat miniprogram :tdesign-miniprogram
Contributing is welcome. Readguidelines for contributing before submitting yourPull Request.
Create yourGithub issues or scan the QR code below to join our user groups
The MIT License. Please seethe license file for more information.
About
A Vue3.x UI components lib for TDesign.