Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

skeleton-loader-vue

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skeleton-loader-vue

A Basic skeleton loadeer for your vue app

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
decreased by-55.16%
Maintainers
1
Weekly downloads
 
Created
Source

skeleton-loader-vue

Install

npm

npm install skeleton-loader-vue --save

yarn

yarn add skeleton-loader-vue

Usage

In your vue component, import the vue skeleton loader

<script>
import SkeletonLoaderVue from 'skeleton-loader-vue'
export default {
  components: { SkeletonLoaderVue },
};
</script>

Then you can use the component in your template

<template>
  <div>
    <skeleton-loader-vue
      type="circle"
      :width="200"
      :height="200"
      animation="fade"
    />
  </div>
</template>

References

Types: circle, text, rect Animations: fade, wave, pulse, pulse-x, pulse-y Size: Overwrites the width and height with the provided value Width: Sets width of loader Height: Sets height of the loader

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

FAQs

Package last updated on 20 May 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc