SectionHeader (component) SectionHeader is used for rendering a section header within a ListView. Supply text as the child. Props backgroundColor type: string defaultValue: 'gray' import { SectionHeader } from 'panza' <SectionHeader>My Header Text</SectionHeader>