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

https://github.com/jakesee/react-dockpanel

React DockPanel
https://github.com/jakesee/react-dockpanel

Last synced: about 1 month ago
JSON representation

React DockPanel

Awesome Lists containing this project

README

          

# React DockPanel

## Introduction
React panels that can split screen and stack forms.

## Install
`npm i @jakesee/react-dockpanel`

## Usage

```
// Basic test to render the dock manager without any content
import { DockManager, useDockManager } from '@jakesee/react-dockpanel';

const App = () > {
const manager = useDockManager();

return (
{} />
)
}
```