Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.