GithubHelp home page GithubHelp logo

astagi / vue-image-placeholder Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 1.08 MB

๐ŸŒ‰ Vue Image Placeholder component

License: MIT License

JavaScript 12.60% Vue 30.96% TypeScript 56.44%
vue images vuecomponent

vue-image-placeholder's Introduction

Vue Image Placeholder

npm-version Build Status codecov license

๐ŸŒ‰ Multiservice Image Placeholder Vue component

Installation

yarn add vue-image-placeholder

Use it in your app

import ImagePlaceholder from 'vue-image-placeholder';

Render an image with cats from LoremFlickr service

<ImagePlaceholder width=500 height=250 images="cats" />

Image Placeholder component also supports Placeholder.com service, use text to show a label in the placeholder

<ImagePlaceholder
  width=250 text="Hello Vue!"
  foreground="#34495e" background="#41B883"
/>

Properties

width final image width (required)

height final image height (default is equal to width)

images category/categories for the image (if not specified the main service used is https://placeholder.com/):

  • single value returns an image of one category (e.g. 'cats').
  • comma separated value returns an image belonging to both categories (e.g. 'animals,cat').
  • pipe separated value returns an image belonging to one of the categories (e.g. 'animal|cats').
  • 'murray' returns an image of Bill Murray from Fill Murray service.
  • 'seagal' return an image of Steve Seagal from Steven Segallery service.

The following properties are only for Placeholder.com service:

text text to show inside the image.

background background color for the placeholder (e.g. #000000).

foreground foreground color for the placeholder (e.g. #FFFFFF).

Project setup for development

yarn install

Compiles and minifies for production

yarn build

Run unit tests

yarn test:unit

Lints and fixes files

yarn lint

vue-image-placeholder's People

Contributors

astagi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lotrekagency

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.