Skip to content

vstyler96/7.css-vue

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

67 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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. Add RouterLink support
  2. Add custom Icons (WIP...),
  3. Improve Typescript implementation
  4. Clean-up code
  5. Migrate component styles to Tailwind, and package the final code.

๐Ÿ“š Documentation

Refer to the official site (Coming soon)

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 79.7%
  • CSS 16.3%
  • Vue 2.8%
  • Other 1.2%