Skip to content

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

License

Notifications You must be signed in to change notification settings

vstyler96/7.css-vue

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 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";
...

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 90.4%
  • JavaScript 8.5%
  • Other 1.1%