Skip to content

vstyler96/7.css-vue

Β 
Β 

Repository files navigation

7.css-vue

npm npm

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

  1. Improve Typescript implementation.
  2. Clean-up code.
  3. Add RouterLink support.
  4. Add custom Icons (Icons in progress).

πŸ“š Documentation

Refer to the official site (Now online!!)

About

πŸ“š Vue3 component library for recreating Windows 7 UI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 59.6%
  • Vue 24.6%
  • CSS 13.9%
  • JavaScript 1.2%
  • Other 0.7%