SectionItem

A section container with a title header, optional filter bar and action buttons, with responsive mobile support.

Basic Section

Basic Section


This is a basic section with just a title and body content. The title can also be overridden via the header-title slot.

With Action Buttons

User Profile
Edit
Save


Username: Alice

With Filter Bar

Search Results
Apply
Add


On narrow screens (≤576px), the filter bar moves below the header. Resize the browser to see this behavior.

With Title Extra

Statistics(42 items)


Use header-title-extra slot to add supplementary info next to the title.

With Left Buttons

Back Navigation


Use the header-buttons-left slot to add buttons left of the title, commonly used for back navigation.

Custom Title (Slot)

Custom Rendered Title


When using the header-title slot, the title prop is ignored.

Usage

API

Props

PropTypeDefaultDescription
titleString-Section title (ignored if header-title slot is used)

Slots

SlotDescription
defaultSection body content
header-titleCustom title content (overrides title prop)
header-title-extraExtra content rendered next to the title
header-buttons-leftButtons placed left of the title, commonly for back navigation
header-buttonsAction buttons in the header area (right side)
filter-barFilter/search controls. On mobile (≤576px), teleported below the header

CSS Classes

ClassDescription
.pankow-section-itemRoot section container
.pankow-section-item-headerHeader row (title + buttons)
.pankow-section-item-header-title-textTitle text wrapper
.pankow-section-item-dividerHorizontal divider line
.pankow-section-item-bodyBody content area
.pankow-section-item-mobile-filter-barMobile filter bar container (visible on narrow screens)