1.0.1 • Published 8 years ago

@mortonprod/react-products-component v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

react-products-component

This component is used with the react-product-component but can easily be exanded to hold any other component. It takes makes a list of products and displays them in scrollable div.

Installation

To install this component into your project run:

npm install @mortonprod/react-products-component

Usage

Import the component like so:

import Product from @mortonprod/react-products-component

then import the css:

import @mortonprod/react-products-component/dist/index.css

Note you must pull the css independently of the component.

Contributing

You are free to contribute to this component if you wish.