0.4.0 • Published 2 years ago

@jakesee/react-dockpanel v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 (
    <DockManager manager={manager} onRenderForm{() => {} />
  )
}
0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago