With error items
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/date_input", {
legend_text: "What is your date of birth?",
hint: "For example, 31 3 1980",
error_items: [
{
text: "Error 1"
},
{
text: "Error 2"
}
]
} %>