1.0.3 • Published 3 months ago

react-pop-cards v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

Docs (Beta)

Official documentation on react-pop-cards

How can you use it in a jsx file?

Here is an example:

import { Card } from "react-pop-cards"

const array = [
  {
    "title": "Title1",
    "description": "Description1",
    "image": "https://placehold.co/600x400"
  },
  {
    "title": "Title2",
    "description": "Description2",
    "image": "https://placehold.co/600x400"
  },
  {
    "title": "Title3",
    "description": "Description3",
    "image": "https://placehold.co/600x400"
  },
  {
    "title": "Title4",
    "description": "Description4",
    "image": "https://placehold.co/600x400"
  }
]

const myApp = () => {
    return (
        <Card data={array} disposition="LeftRight" isRounded=true tension={120} friction={10}/>
    )
}

export default myApp
1.0.2

3 months ago

1.0.3

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.3.0

4 months ago

0.2.7

4 months ago

0.2.6

4 months ago

0.2.8

4 months ago

0.2.3

4 months ago

0.2.5

4 months ago

0.2.4

4 months ago

0.2.2

4 months ago

0.2.0

4 months ago