0.9.5 • Published 7 years ago

vue-info-box v0.9.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Vue Info Box

A simple component for vuejs 2 to display different types of info boxes

Requirements

VueJS 2.x.x

npm install vue

Font Awesome 4.x.x

npm install font-awesome

Instalation

npm install vue-info-box --save-dev

Usage

<template>
    <div>
      <box :active="true" :type="'info|warning|error|confirm'">
  	<div slot="box-body">
  	</div>
      </box>
    </div>
</template>

<script>

import Box from 'vue-info-box'
export default {
    name: "YourComponent",
    components: {
        Box
    }
}
</script>
0.9.5

7 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.1

7 years ago