SectionHeader (component)
June 7, 2016 ยท View on GitHub
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>