Skip to content

vstyler96/7.css-vue

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

62 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
bun add 7.css-vue 7.css
// main.js or index.js
import { createApp } from "vue";
import Win from "7.css-vue";

// Import the bundled CSS (includes 7.css + component styles)
import "7.css-vue/dist/7.css-vue.css";

const app = createApp(...);

app.use(Win);

app.mount('#app');

๐Ÿ“š Documentation

Refer to the official site (Coming soon)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 84.7%
  • JavaScript 14.3%
  • Other 1.0%