xdesign-vue-next
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

XDesign 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 XDesign component libraries for other frameworks
  • Dark mode and customizable theme
  • Support tree-shaking

📦 Installation

npm i xdesign-vue-next

🔨 Usage

import { createApp } from 'vue';
import { Button } from 'xdesign-vue-next';

import 'xdesign-vue-next/es/style/index.css';

import App from './app.vue';

const app = createApp(App);
app.use(Button);

Browser Support

IE / Edge IE / Edge FirefoxFirefox ChromeChrome SafariSafari
Edge >=84 Firefox >=83 Chrome >=84 Safari >=14.1

License

The MIT License. Please see the license file for more information.

Package Sidebar

Install

npm i xdesign-vue-next

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

63.2 MB

Total Files

8743

Last publish

Collaborators

  • apier