vu3-ui

0.1.0 • Public • Published

vu3-ui

vue3.0开发的PC端组件库

Button

import components from 'vu3-ui'
import 'vu3-ui/lib/vu3ui.css'
export default {
    name: 'App',
    components: { ...components },
    setup() {
        return {}
    }
}
<v3-button type="primary" nativeType="button" icon="database-fill" @click="click" plain>确认</v3-button>

Package Sidebar

Install

npm i vu3-ui

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

253 kB

Total Files

19

Last publish

Collaborators

  • saqqdy