JSPM

tdesign-vue-next

1.11.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4500
  • Score
    100M100P100Q130581F
  • License MIT

TDesign Component for vue-next

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tdesign-vue-next) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    TDesign Logo

    License Version Downloads

    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

    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.