https://github.com/jakesee/react-dockpanel
React DockPanel
https://github.com/jakesee/react-dockpanel
Last synced: about 1 month ago
JSON representation
React DockPanel
- Host: GitHub
- URL: https://github.com/jakesee/react-dockpanel
- Owner: jakesee
- License: mit
- Created: 2021-11-27T10:08:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T15:54:50.000Z (over 4 years ago)
- Last Synced: 2025-01-26T11:44:55.642Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (
{} />
)
}
```