1.4.0 • Published 11 months ago

wind-vue3-ui v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

下载(download)

npm i wind-vue3-ui

使用(use)

<!-- main.js or main.ts -->
import { createApp } from "vue";
import App from "./App.vue";
import WindVue3UI from "wind-vue3-ui";
import "wind-vue3-ui/style.css"

const app = createApp(App);
app.use(WindVue3UI);
app.mount("#app");
App.vue
<!-- 使用按钮组件(use WindButton component) -->
<WindButton>hello click me!</WindButton>

目前已有组件(components preview)

  1. WindButton
  2. WindAvatar
  3. WindCard
  4. WindIcon
  5. WindRadio
  6. WindSelect
  7. WindInput
  8. WindDialog
1.4.0

11 months ago

1.3.0

11 months ago

1.2.0

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago