Skip to content

Youri2000/Versakit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versakit

A Vue3 component library that supports the desktop side.

Documentation | 中文

vue license


I. Introduction

Versakit is a carefully designed Vue3 component library, aiming to provide developers with highly customizable component solutions. It allows you to build user interfaces without relying on specific visual styles, giving you the full ability to control the appearance and behavior of components.

II. Features

  • 🚀   Provides over 20 high-quality universal components.
  • 💪   Developed by Chinese developers, with complete Chinese and English documentation and logistical support.
  • 🛠️   Supports on-demand import.
  • 🛠️   Supports theme customization.
  • 🌍   Supports internationalization.
  • 💡   Supports Typescript.
  • 💪   Ensures over 90% unit test coverage, providing stability guarantees.
  • 🛠️   Supports dark mode.
  • 🔧   Provides an official VSCode plugin.
  • ⌨️   Supports accessible access (under continuous improvement).

III. Installation

You can install Versakit in the following ways:

# Using npm
npm install @versakit/ui

# Using yarn
yarn add @versakit/ui

# Using pnpm
pnpm add @versakit/ui
import App from './App.vue'
import { createApp } from 'vue'
import Versakit from '@versakit/ui' // Import the component library
import '@versakit/ui/dist/style.css' // Import the styles

createApp(App).use(Versakit).mount('#app')

IV. Documentation Address

Component Library Documentation

github

gitee

V. License

Versakit is released under the [MIT] license. For detailed information, please check the LICENSE file in the project root directory.

Please note that you need to adjust and supplement the above content according to the actual situation of your component library, including accurate installation steps, detailed component documentation, license information, etc. If your component library is not based on React, you need to modify the example code section to adapt to the corresponding technology stack.

Thanks to the Contributors for Their Efforts

About

A Vue3 component library that supports the desktop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.7%
  • Vue 27.5%
  • TypeScript 11.7%
  • SCSS 8.0%
  • Other 0.1%