1. Component Guide
  2. Form textarea
  3. With label as page heading
Form textarea example

With label as page heading

How it looks (preview)

Please include as much information as possible.

How to call this example

<%= render "govuk_publishing_components/components/textarea", {
  label: {
    is_page_heading: true,
    heading_size: "xl",
    text: "Can you provide more detail?"
  },
  hint: "Please include as much information as possible.",
  name: "more-detail-error"
} %>