Lorem Image
Placeholder images for your React prototypes.
Implemented services:
...all with the option to: http://mustachify.me/ !
Usage
import LoremImage from 'react-lorem-image';
class Demo extends React.Component {
render() {
return (
<LoremImage type='murray' mustache={ true } width={ 300 } height={ 300 } />
);
}
}
#Component API
<LoremImage
type={ string }
width={ ?number }
height={ ?number }
mustache={ ?bool }
color={ ?bool }
/>
Services / Types allowed:
- vanilla - Nice Nice Jpg / Vanilla Ice.
- kitten - Placekitten
- murray - Fill Murray / Bill Murray
- cage - Place Cage
- segal - Steven Segal
- bear - Bears!
- vaughn - Vince Vaughn and Co-stars Pose for Idiotic Stock Photos
- beerholder - a service for thirsty devs from beerhold.it
Contributions
Fell like there's missing a service? Want a feature added?
Feel free to open an issue or add a pull request.