1.1.0 • Published 3 years ago

canna-ui v1.1.0

Weekly downloads
141
License
MIT
Repository
github
Last release
3 years ago

canna-ui

A component library based on vue3 and ant-design-vue encapsulation

install

npm i --save canna-ui

use

import { createApp } from 'vue';
import App from './App.vue';
import Antd from 'ant-design-vue';
import 'ant-design-vue/dist/antd.css';
import Canna from 'canna-ui';

const app = createApp(App);
app.use(Antd);
app.use(Canna);
app.mount('#root');

App.vue

<template>
    <canna-layout :menuList="menuList">
    <template v-slot:header>
        <div>We want to put the page header here</div>
    </template>
    </canna-layout>
</template>

components

canna-layout
canna-drawer
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago