React Image hovering effects. Which will make your web app more interactive
npm install react-image-hoverreact-image-hover library is used to introduce image hover contect effects. This will increate your web app user experience
`
npm i --save react-image-hover
`
import React, { Component } from 'react';
import ImageContentHover from 'react-image-hover';
class App extends Component {
render() {
return (
export default App;
``
Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
| name | value |
| ------ | ------ |
| className | your class name |
| tileWidth | image tile width |
| tileHeight | image tile height |
| image | image url or image base64 string |
| content | This is a JSON object should have title and body as keys {title: '', body: ''}|
| effect | fadeIn, slideVertical, slideHorizontal |
License
----
MIT
Free Software, Hell Yeah!