Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 379 Bytes

SectionHeader.md

File metadata and controls

21 lines (14 loc) · 379 Bytes

SectionHeader (component)

SectionHeader is used for rendering a section header within a ListView. Supply text as the child.

Props

backgroundColor

type: string defaultValue: 'gray'

Section header

import { SectionHeader } from 'panza'

<SectionHeader>My Header Text</SectionHeader>