1.2.0 • Published 1 year ago

nand-ui v1.2.0

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

1 year ago

1.1.9

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago