7.css-vue
v1.3.0
Published
Vue3 component library for recreating Windows 7 UI
Maintainers
Readme
7.css-vue
Vue 3 component library for recreating Windows 7 UI.
🚀 Quick start
npm i 7.css-vue 7.css
# or
yarn add 7.css-vue 7.css
# or
pnpm add 7.css-vue 7.css
# or
bun add 7.css-vue 7.css// main.js or index.js
import { createApp } from "vue";
import Win from "7.css-vue";
// Import the additiona CSS fixes + new component style bundle
import '7.css-vue/css';
const app = createApp(...);
app.use(Win);
app.mount('#app');🚚 Roadmap
- [x] Improve Typescript implementation.
- [x] Clean-up code.
- [ ] Add RouterLink support.
- [ ] Add custom Icons (Icons in progress).
📚 Documentation
Refer to the official site (Now online!!)
