Components

A simple shell for an h1 to appropriately space out and segment sections of content on a page. It can utilize the h1’s default small element, as well as most other components (with additional styles).

<PageHeader>
  Example page header <small>Subtext for header</small>
</PageHeader>;

#Props[source]

NameTypeDefaultDescription
bsClass
string
'page-header'

Base CSS class and prefix for the component. Generally one should only change bsClass to provide new, non-Bootstrap, CSS styles for a component.