1.2.0 • Published 3 years ago

nand-ui v1.2.0

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

Install

npm i nand-ui

快速开始

main.ts

import { createApp } from 'vue';
import App from './app.vue';

import NandUI from 'nand-ui';
const app = createApp(App);
app.use(NandUI);
import 'nand-ui/es/style.css';

app.mount('#app');
```js
<template>
  <nand-icon color="pink" :size="66" class="nand-icon-pingjiazhushou">Hello Icon</nand-icon>
</template>
.........................太多了,不想写了
1.2.0

3 years ago

1.1.9

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago