Summary
Update `` to implement the PatternFly v6 Panel component.
Generic content container with optional header, footer, and scrollable body.
Prior Art
| Source |
Element |
Status |
| PFE v4 |
`` |
Exists |
| cem |
-- |
-- |
| cockpit |
-- |
-- |
| chickadee |
-- |
-- |
Requirements
- MUST implement PFv6 visual designs
- MUST provide end-user feature parity with `@patternfly/react-core` Panel
- MAY adjust element API to leverage web platform strengths
- SHOULD maintain CSS custom property theming compatibility
- SHOULD expose useful CSS shadow parts
Element-specific considerations
- React `variant`: `raised`, `bordered`, `scrollable` - map to `variant` attribute
- React `isScrollable` - applies overflow scroll to body; also expressible as `variant="scrollable"`
- React sub-components: `PanelHeader`, `PanelMain`, `PanelMainBody`, `PanelFooter` - use named slots
- `scrollMaxHeight` on `PanelMain` - CSS custom property preferred
- Simple structural element; complexity is in slotting composition
Checklist
Rename
Implementation
Demos
Tests
Reviews
Ship
Summary
Update `` to implement the PatternFly v6 Panel component.
Generic content container with optional header, footer, and scrollable body.
Prior Art
Requirements
Element-specific considerations
Checklist
Rename
Implementation
Demos
Tests
Reviews
Ship