1.1.1 • Published 4 years ago

react-hoverable-card v1.1.1

Weekly downloads
30
License
MIT
Repository
github
Last release
4 years ago

react-hoverable-card

React card component with cool hover animation

Codacy Badge Build Status NPM Coverage Status NPM Downloads

Example

Example

Install

npm install --save react-hoverable-card

Usage

import React from 'react'

import { HoverableCard } from 'react-hoverable-card'
import 'react-hoverable-card/dist/index.css'

const App = () => {
  return (
    <HoverableCard
      cardTitle="Lorem Ipsum"
      cardDescription="Phasellus tincidunt vestibulum elit vel laoreet. Vivamus tincidunt augue eget lacus blandit tempor."
      cardImage="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/1280px-React-icon.svg.png"
      hoverBgColor="grey"
    />
  )
}

export default App

Contributors

License

MIT © cappydh

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago