0.0.8 • Published 1 year ago

@proxdhiya/react-image-card v0.0.8

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

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago