1.0.0 • Published 3 years ago

@command-tab/place-kitten v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

place-kitten

A Vue component to display a placeholder kitten image from placekitten

Installation

Command line with npm:

npm install --save @command-tab/place-kitten

Or, command line with yarn:

yarn add @command-tab/place-kitten

Vue project:

<template>
  <place-kitten :width="400" :height="200" />
</template>

<script>
  import PlaceKitten from '@command-tab/place-kitten'
  
  export default {
    components: {
      /* other components here */
      PlaceKitten
    }
  }
</script>

Props

PropRequiredTypeDefaultDescription
widthNoNumber200Image width
heightNoNumber200Image height