0.1.0-alpha1.7.2 • Published 9 months ago

fin-vista-design v0.1.0-alpha1.7.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

English | 简体中文

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

📦 Installation

npm i fin-vista-design

🔨 Usage

import { createApp } from 'vue';
import { Button } from 'fin-vista-design';

import 'fin-vista-design/es/style/index.css';

import App from './app.vue';

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

The package of fin-vista-design provides kinds of bundles, read the documentation for the detail of differences between bundles.

Quick Start

Visit FDesign Starter to experience in the application built with FDesign Vue Next UI components.

Browser Support

IE / EdgeFirefoxChromeSafari
Edge >=84Firefox >=83Chrome >=84Safari >=14.1

Read our browser compatibility for more details.

FDesign component libraries

FDesign 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.