Panel
Resizable panels.
Importing
1
import { Panel } from '@infinityfx/fluid';Usage
API reference
Panel Props
variant?
'default' | 'minimal'
'default'
direction?
'horizontal' | 'vertical'
'horizontal'
The direction in which the panels are stacked.
handles?
boolean
true
Shows draggable resize handles between adjacent panels.
defaultSizes?
number[]
An array of fractional numbers representing initial size weights for each child panel (adds up to 1).