1.0.0 • Published 3 years ago

infinity-react-cards v1.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

Infinity React Card

A Card component built with React and displayed using infinity-react-cards

Can be used to display items on an e-commerce site, with placeholder buttons for favouriting, sharing and starring

npm.io

Installation and setup

git clone git@github.com:subeshb1/infinity-react-cards.git
cd ./infinity-react-cards
npm i
npm run storybook

Tests

npm run test

Contributing

  1. Fork (https://github.com/subeshb1/infinity-react-cards)
  2. Create your feature branch (git checkout -b feature/myNewFeature)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature/myNewFeature)
  5. Create a new Pull Request