Section Footer
Bottom row for sections and cards with divider, primary/secondary actions, and optional period selector.
import
{ SectionFooter } from "@pepulux/ui"Default
With period selector
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| type | "section" | "card" | "section" | Layout context |
| divider | boolean | true | Shows top divider line |
| primaryAction | { label, onClick } | — | Primary button (right side) |
| secondaryAction | { label, onClick } | — | Secondary button (right side) |
| learnMore | string | — | Learn more link text (left side) |
| buttonGroupItems | ButtonGroupItem[] | — | Period selector buttons |