@jakesee/react-dockpanel
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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{() => {} />
  )
}

Package Sidebar

Install

npm i @jakesee/react-dockpanel

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

293 kB

Total Files

17

Last publish

Collaborators

  • jakesee