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

https://github.com/cawfree/react-progressive-pane

⚛️ A mobile experience on the web, and a mobile experience on a mobile, although it's basically just a centered div.
https://github.com/cawfree/react-progressive-pane

container layout mobile modal progressive react widget

Last synced: about 1 month ago
JSON representation

⚛️ A mobile experience on the web, and a mobile experience on a mobile, although it's basically just a centered div.

Awesome Lists containing this project

README

          

# react-progressive-pane


react-responsive-pane

## 🚀 Getting Started

Using [**yarn**](https://yarnpkg.com):

```
yarn add react-progressive-pane
```

Using [**npm**](https://npmjs.com):

```
npm i -s react-progressive-pane
```

## ✍️ Example

```javascript
import React, { useCallback } from "react";
import { ProgressivePane } from "react-progressive-pane";

export default () => {
const renderBackdrop = useCallback(
() => (


),
[],
);
const renderContent = useCallback(
({ isMobile }) => (

),
[],
);
return (

);
};
```

## ✌️ License
[**MIT**](./LICENSE)