0.7.1 • Published 3 years ago

@slice-and-dice/govuk-react-panel v0.7.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Panel

Import

  import Panel from '@govuk-react/panel';

Usage

Simple

<Panel title="Application complete" />

Panel with header and HTML body

<Panel title="Application complete">
  Your reference number<br />
  <strong>HDJ2123F</strong>
</Panel>

References:

Properties

PropRequiredDefaultTypeDescription
childrenundefinednodePanel body text
titletrue | string | Panel title text