0.0.8 • Published 8 months ago

vue-splashscreen v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

vue-elegant-button

Project setup

npm install --save vue-splashscreen

or

yarn add vue-splashscreen

Basic Usage

<template>
  <VueSplashScreen
    background="#fff"
    color="#000"
    text="Hello World"
  />
</template>
<script>
import VueSplashScreen from "vue-splashscreen";

export default {
  components:{
    VueSplashScreen
  }
}
</script>
0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

0.0.0

8 months ago