2.0.2 • Published 6 months ago

react-fakeimg v2.0.2

Weekly downloads
43
License
MIT
Repository
github
Last release
6 months ago

React Fakeimg

Need fake image for your mockup ? react-fakeimg will create for you a fake image thanks to canvas. There is no HTTP Requests which means internet connection is not required.

Install in your project

via npm

npm install --save react-fakeimg

via yarn

yarn add react-fakeimg

How to use

Import ES6

import FakeImg from 'react-fakeimg';

Simple example

<FakeImg
  alt="example"
  width={500}
  height={200}
/>

Text example

<FakeImg
  alt="example"
  width={500}
  height={200}
  text="Bonjour!"
/>

Change color example

<FakeImg
  alt="example"
  width={500}
  height={200}
  text="New color"
  bgColor="#005cc5"
  fontColor="#ffffff"
/>

API

Attributes list

PropertiestypeRequireddefaultDescription
altstringalt attribute is require in HTML5 for img tag
bgColorstring#c19d67Background colors
classNamestringAdd class attribute
fontColorstring#3a2306Font color
heightNumberImage height
idstring#id
textstringtext to replace "width x height"
styleobjectIf you want to add style to the image
widthNumberImage width

Events list

NametypeParametersRequiredDescription
onMountfuncnoneCalled when the component did mount
onClickfuncnoneCalled when click on the component
onMouseEnterfuncnoneCalled when mouse enter the component
onMouseLeavefuncnoneCalled when mouse leave the component
onUnMountfuncnoneCalled when the component will unMount
2.0.2

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.0.11

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.51

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

7 years ago

0.1.26

7 years ago

0.1.25

7 years ago

0.1.24

7 years ago

0.1.23

7 years ago

0.1.22

7 years ago

0.1.21

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago