You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-skeleton-load

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-skeleton-load

## Installation

0.1.2
latest
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

vue-skeleton-load

Installation

yarn add skeleton-loader-vue
import Vue from "vue";
import VueSkeleton from "vue-skeleton-load";
import "vue-skeleton-load/vue-skeleton.css";

Vue.use(VueSkeleton, {
  //theme : "dark"
});

Usage

<div>
  <!-- basic -->
  <skel-box></skel-box>
  <skel-line></skel-line>

  <!-- optional -->
  <skel-box
    theme="dark"
    :duration="2"
    :width="100"
    :height="100"
    :radius="10"
    :is-round="true"
  ></skel-box>
  <skel-line
    theme="dark"
    :duration="2"
    :line="2"
    :lineHeight="15"
    :lineTerm="20"
    :title="true"
  ></skel-line>
</div>

FAQs

Package last updated on 26 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts