0.1.9 • Published 4 years ago

vue-portfolio-viewer v0.1.9

Weekly downloads
45
License
-
Repository
github
Last release
4 years ago

Demo

Live demo of the component can be found here.

Source Code

Source of the component can be found Github. GitHub stars

Installation

npm i vue-portfolio-viewer

Usage

After the installation, the component can be used by passing the appropriate props for displaying the data and messages. A sample usage within a single file component is as follows:

<template>
  <div>
    <PortfolioItem :img="require('../assets/logo.png')"
      href="clicklink"
	  borderColor ="#3f3f3f"
 />
  </div>
</template>

<script>
import PortfolioItem from "vue-portfolio-viewer/PortfolioItem"

export default {
  components: {
    PortfolioItem,
  },
};
</script>

Props

There are basically three different props The props are as follows:

propTypeOptional?DefaultDescription
imgString:x:''Image file url.
borderColorString:white_check_mark:#e74c3cColor of the border.
hrefString:white_check_mark:''External link

License

The project is under MIT License.

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago