๐ Features
August 29, 2025 ยท View on GitHub
English | ็ฎไฝไธญๆ
TDesign Mobile Vue is a UI component library for Vue 3 and mobile web application.
๐ Features
- Mobile web 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-mobile-vue
๐จ Usage
We recommend using build tools like Webpack or Rollup that support tree-shaking. No extra setup is needed for on-demand component loading.
import { createApp } from 'vue';
import TDesign from 'tdesign-mobile-vue';
const app = createApp(App);
app.use(TDesign);
Browser Support
![]() IE / Edge | ![]() Firefox | ![]() Chrome | ![]() Safari |
|---|---|---|---|
| Edge >=97 | Firefox >=96 | Chrome >=96 | Safari >=14.1 |
Contributing
Contributing is welcome. Read guidelines for contributing before submitting your Pull Request.
Contributors
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.



