Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortonprod/react-productup-component
This component will add more and more products to screen as you scroll down.
https://github.com/mortonprod/react-productup-component
Last synced: 1 day ago
JSON representation
This component will add more and more products to screen as you scroll down.
- Host: GitHub
- URL: https://github.com/mortonprod/react-productup-component
- Owner: mortonprod
- Created: 2017-08-02T15:23:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T18:18:59.000Z (over 7 years ago)
- Last Synced: 2024-03-23T07:23:22.700Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-product-up-component
This component works with react-product-component. As you scroll down it exposes more and more elements from the bottom of the screen.
## Installation
To install this component into your project run:`npm install @mortonprod/react-product-up-component`
## Usage
Import the component like so:
`
import Product from @mortonprod/react-product-up-component
`then import the css:
`
import @mortonprod/react-product-up-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.