1.2.0 • Published 2 years ago

nand-ui v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.1.9

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago