0.2.5 • Published 5 years ago

vue-content-load v0.2.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

vue-content-load

npm version

A simple content loading component

vue-content-load

Installing

npm i vue-content-load -S

Usage

main.js

import 'vue-content-load/lib/vue-content-load.css'
import VueContentLoad from 'vue-content-load'

Vue.use(VueContentLoad)

.vue

<vue-content-load>
  <vue-content-load-img/>
  <vue-content-load-heading/>
  <vue-content-load-text/>
</vue-content-load>

Attributes

\<vue-content-load \/>

propsNamedescribetypedefalut
roundedWhether to display rounded cornersbooleanfalse
centeredAre they displayed in the middlebooleanfalse
animatedWhether to display animation or notbooleantrue

\<vue-content-load-img \/>

propsNamedescribetypedefalut
heightThe default unit for number type variables is px. string will be used directlystring, number120px

\<vue-content-load-heading \/>

propsNamedescribetypedefalut
imgWhether to display pictures or notbooleanfalse
img-leftIs the picture on the leftbooleantrue

\<vue-content-load-text \/>

propsNamedescribetypedefalut
linesHow many rows are displayednumber4
0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago