0.0.8 • Published 2 years ago

@proxdhiya/react-image-card v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago