1.0.0 • Published 3 years ago

react-image-overlay-effect v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

react-image-overlay-effect

A React component for displaying an overlay effect on an image

Install

yarn add react-image-overlay-effect @emotion/react @emotion/styled

Usage

import React from 'react'

import { ImageOverlay } from 'react-image-overlay-effect'

const App = () => (
  <ImageOverlay
    src="https://reactjs.org/logo-og.png"
    description={<p>A JavaScript library for building user interfaces</p>}
  )
)

Props

The ImageOverlay component can be passed all the props that are supported by the native img element except one prop description

description: React.ReactNode

Use this prop to render a description text when the overlay effect is active.

License

MIT © nitin42