With error items
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/file_upload", {
label: {
text: "Upload a file"
},
name: "file-upload-with-error",
error_items: [
{
text: "Descriptive link to the question with an error 1",
href: "#example-error-1"
},
{
text: "Descriptive link to the question with an error 2",
href: "#example-error-2"
}
]
} %>