@innodata/rc-image

React easy to use image component

Usage no npm install needed!

<script type="module">
  import innodataRcImage from 'https://cdn.skypack.dev/@innodata/rc-image';
</script>

README

rc-image


React Image

NPM version build status Test coverage gemnasium deps npm download

Feature

  • Placeholder
  • Preview
  • Rotate
  • Zoom
  • Fallback

Keyboard

install

rc-image

Usage

npm install
npm start
const Image = require('rc-image');

ReactDOM.render(
  <Image src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png" />
), document.getElementById('root'));

API

Name Type Default Description
preview boolean true Whether to show preview
prefixCls string rc-image Classname prefix
placeholder boolean | ReactElement - if true will set default placeholder or use ReactElement set customize placeholder
fallback string - Load failed src
onPreviewClose function(e) - Preview close callback
previewPrefixCls string rc-image-preview Preview classname prefix

Example

http://localhost:8003/examples/

Test Case

npm test

Coverage

npm run coverage

License

rc-image is released under the MIT license.