@maldan/vue-vs-ui
v1.0.8
Published
This kit contains various UI components
Downloads
11
Readme
UI Kit for Vue
This kit contains various UI components
Installation
npm install @maldan/vue-vs-ui
Usage
How to use components?
import uiButton from "@maldan/vue-vs-ui/component/ui.button.vue";
export default {
components: { uiButton }
}
<template>
<ui-button>Hello world!</ui-button>
</template>
Components (Completed)
- Checkbox
- Input
- Block
- Button
- Breadcrumb
- Select
- Select Multiple
- Input array
- Label
Components (Beta)
- Form
- Table remote
Components (Under development)
- Upload
- Split
- Table
- Calendar
- Pagination