1.1.6 • Published 3 years ago

panel-manager v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

panel-manager

Provide an easy way to manage your panels.

https://rich-lab.github.io/panel-manager/

Feature

  • create panels declartive
  • auto generate border
  • memorize panel size

Install

npm install panel-manager --save
yarn add panel-manager

Usage

import PanelManager from 'panel-manager';
import type { IPanelConfig } from 'panel-manager';

const config: IPanelConfig = { ... };

const App = () => <PanelManager panelConfig={config} />

Props

namedescriptionrequireddefault
disableCachedisble cache panel size featurexfalse
autoBorderauto generate panel borderxfalse
namecache name, for localStorage.setItem(name, PANEL_SIZE)xPANEL_MANAGER

Custom style

border

:root {
  --panel-manager-border-color: #e4e4e4;  
  --panel-manager-border--active-color: #1890ff;  
}

Changelog

The changelog can be found on the Releases page.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Mrkou47 and contributors.

MIT License, see the included License.md file.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago