1.0.0 • Published 9 months ago

win7-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

win7-ui

npm npm npm bundle size

Vue2 component library for recreating Windows 7 UI.

🚀 Quick start

npm i win7-ui
# or
yarn add win7-ui
// main.js or index.js
import Vue from "vue";
import Winui from "win7-ui";
import "win7-ui/lib/style.css";
...
Vue.use(Winui);

new Vue({
  ...
}).$mount("#app");
<template>
  <winui-button @click="doSomething">Hello world!</winui-button>
</template>

<script>
export default {
  methods: {
    doSomething() {}
  }
}
</script>

<style>
...
</style>

📚 Documentation

Refer to the official site

📝 Changelog

Refer to Releases

📺 Showcase

1.0.0

9 months ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago