Skip to content

Adashuai5/elegant-ui

Repository files navigation

Elegant UI

An elegant UI components based on Vue3.

GitHub license

🖥 Environment Support

IE 11/ES6+

📦 Install

npm install elegant-user-interface

yarn add elegant-user-interface

🔨 Usage

import { Button } from 'elegant-user-interface'
import 'elegant-user-interface/dist/index.css'

export default {
    components: {
        Button
    }
}