With description
Documents can be passed to the component with a description. This is for use on topic pages, to display lists of mainstream services.
How it looks (preview)
-
Becoming an apprentice - what to expect, apprenticeship levels, pay and training, making an application, complaining about an apprenticeship.
-
Becoming a journeyman - what to expect, what to take, pay and training, making an application, complaining about being a journeyman.
How to call this example
<%= render "govuk_publishing_components/components/document_list", {
items: [
{
link: {
text: "Become an apprentice",
path: "/become-an-apprentice",
description: "Becoming an apprentice - what to expect, apprenticeship levels, pay and training, making an application, complaining about an apprenticeship."
}
},
{
link: {
text: "Become a journeyman",
path: "/become-a-journeyman",
description: "Becoming a journeyman - what to expect, what to take, pay and training, making an application, complaining about being a journeyman."
}
}
]
} %>