Skip to content

Tencent/tdesign-mobile-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDesign Logo

License Version Downloads

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
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Edge >=97 Firefox >=96 Chrome >=96 Safari >=14.1

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.