Panel
Panel(
__namedParameters):ReactElement
Defined in: react/components/layout/panel.tsx:26
A flat, borderless pane: a 1-row header bar (title on the left, actions on the
right, drawn on a tinted background) above a content body. The colored header
— rather than a box border — delineates the pane, which keeps chrome to a
single row and frees the top-right corner for action buttons. Drop the header
entirely by passing neither title nor actions.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”ReactElement