0.0.8 • Published 3 years ago

@proxdhiya/react-image-card v0.0.8

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

react-image-card

A simple react component to display an image with a title and description.

Installation

npm install @proxdhiya/react-image-card

Usage

import React from 'react'

import ImageCard from '@proxdhiya/react-image-card'

const App = () => {
  return (
    <ImageCard
      imageSrc="your-image-url"
      hueRotate="0deg"
      width="300px"
      aspectRatio="16:9"
    />
  )
}

export default App
0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago