Lorem Image
Placeholder images for your React prototypes.
Implemented services:
...and, to top it all of, you have to 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
Contributions
Fell like there's missing a service? Want a feature added?
Feel free to open an issue or add a pull request.