New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@codehat/vue-css-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codehat/vue-css-loader

Vue CSS Loader animation component

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

@codehat/vue-css-loader

CSS Loader component for Vuejs which includes 7 CSS loading animations. The CSS works were adapted from CodePen artists

NPM JavaScript Style Guide

Install

npm install --save @codehat/vue-css-loader

Usage

<template>
  <div class="home">
    <vue-css-loader animation="TwinCircles"/>
  </div>
</template>

<script>
// @ is an alias to /src
import VueCssLoader  from '@codehat/vue-css-loader'
export default {
  name: "Home",
  components: {
    VueCssLoader
  },

Props

animation props allow us to use the following CSS animations.

  • Circles
  • BouncingBar
  • Wave
  • Dots
  • TwinCircles
  • SpinnerDots
  • Focus

License

MIT © manojap

Keywords

css-loading-animation

FAQs

Package last updated on 04 Jul 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