Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mortonprod/react-products-component
- Owner: mortonprod
- Created: 2017-08-02T14:11:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T18:02:52.000Z (over 7 years ago)
- Last Synced: 2024-12-08T17:46:00.307Z (24 days ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.