0.0.1 • Published 4 years ago

elegant-user-interface v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

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
    }
}