0.1.4 • Published 2 years ago

cookie-ui-xuan v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

玄 UI 组件库

完美支持 Vue3 和 TS 使用 vite 做到更快速度,更小体积。

Cookie UI component library perfectly fits vue3 and typescript for development

开始

导入依赖 (main)

import xuan from 'cookie-ui-xuan';
import '../node_modules/cookie-ui-xuan/dist/style.css';

const app = createApp(App);
app.use(xuan);
app.mount('#app');

在项目中引用

<template>
  <x-button type="success">默认按钮</x-button>
</template>