@mortonprod/react-products-component
v1.0.1
Published
This is a small react component to display multiple products information
Readme
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.
