Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mortonprod/react-products-component

This is a simple slider component used with the react-products-component
https://github.com/mortonprod/react-products-component

Last synced: 1 day ago
JSON representation

This is a simple slider component used with the react-products-component

Awesome Lists containing this project

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.