1.0.1 • Published 8 years ago

@dr-kobros/react-place-a-manatee v1.0.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
8 years ago

react-place-a-manatee

A react component for Place-a-manatee, the almighty manatee placeholder service. F**k the kitten placeholders, long live the manatee!

Installation

npm install --save @dr-kobros/react-place-a-manatee

Usage

import React from 'react';
import PlaceAManatee from '@dr-kobros/react-place-a-manatee';

React.render(
  <PlaceAManatee width={640} height={480} type="bitmap" />,
  mountNode
);

Available Props

proptypedefault value
typestring (bitmap, vector)bitmap
widthnumber (in pixels)640
heightnumber (in pixels)480
specimennumber (optional)

Examples / develop