vue-ice-ui

it's a collection of computer desktop-style plugins for vue

Downloads
62
Stars
3
Committers
2

<<<<<<< HEAD

PC-Desktop-Style vue plugin project

It's a vue plugin project that develops very slow, but still going on. PCvue [ :) ]

It's a project still under construction, pleace make sure you really want to download before downloading

github: https://github.com/Hobeein/vue-ice-ui

Usage


# install vue-ice-ui  
# 

npm i vue-ice-ui


// setting in main.js  
// main.js

import Vue from 'vue'
import vueIceUI from 'vue-ice-ui'

Vue.use(vueIceUI)


<!-- usage in component -->  
<!--  -->
<template>
  <div>
    <ice-window
      :identity="id" <!-- REQUIRED -->
      :width="800"   <!-- type: Number & default 500px -->
      :height="600"  <!-- type: Number & default 400px -->
      :title="window's title" <!-- type: String -->
      :top="50"      <!-- type: Number -->
      :left="100"    <!-- type: Number -->
      :setAnimateTime="1000"
      <!-- type: Number | Unit of time: ms & default 500ms -->
    >Text or HTML in here</ice-window>
  </div>
</template>

vue-ice-ui

It's a collection of computer desktop-style plugins for vue PCvue UI (!)

Package Rankings
Top 23.58% on Npmjs.org