- ...
Main content for the panel (default slot)
- id
Component ID (required for Shiny reactivity)
- heading
Header text for the panel
- description
Description text displayed below the heading
- closable
Whether to display a close button in the header (default: FALSE)
- closed
Whether the component is hidden (default: FALSE)
- collapsed
Whether the content area is hidden (default: FALSE)
- collapse_direction
Direction of collapse icon: "down" or "up" (default: "down")
- collapsible
Whether the panel can be collapsed (default: FALSE)
- disabled
Whether interaction is prevented (default: FALSE)
- heading_level
Semantic heading level (1-6) for accessibility
- icon
Icon to display in the header
- icon_flip_rtl
Flip icon in RTL languages (default: FALSE)
- loading
Whether to display a busy indicator (default: FALSE)
- menu_flip_placements
Fallback placements for the menu when space is insufficient
- menu_open
Whether the action menu items are open (default: FALSE)
- menu_placement
Placement of the action menu (default: "bottom-end")
- message_overrides
Override individual strings used by the component
- overlay_positioning
Positioning type for overlaid content: "absolute" or "fixed" (default: "absolute")
- scale
Size of the component: "s" (small), "m" (medium), or "l" (large) (default: "m")
- action_bar
Content for the action-bar slot (typically calcite_action_bar())
- alerts
Content for the alerts slot (typically calcite_alert() components)
- content_bottom
Content below the main slot and above the footer
- content_top
Content above the main slot and below the action-bar
- header_actions_start
Actions or content at the start of the header
- header_actions_end
Actions or content at the end of the header
- header_content
Custom content for the header
- header_menu_actions
Overflow menu with actions (typically in calcite_dropdown())
- fab
Floating action button (typically calcite_fab())
- footer
Custom content for the footer (don't use with footer_start/footer_end)
- footer_start
Leading footer content (don't use with footer slot)
- footer_end
Trailing footer content (don't use with footer slot)