Skip to content

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

License

Notifications You must be signed in to change notification settings

xiopt/vue-info-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published