govuk-frontend
Version:
GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
842 lines (841 loc) • 101 kB
JSON
{
"component": "summary-list",
"fixtures": [
{
"name": "default",
"options": {
"rows": [
{
"key": {
"text": "Name"
},
"value": {
"text": "Firstname Lastname"
}
},
{
"key": {
"text": "Date of birth"
},
"value": {
"text": "13/08/1980"
}
},
{
"key": {
"text": "Contact information"
},
"value": {
"html": "<p class=\"govuk-body\">\n email@email.com\n</p>\n<p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n</p>\n"
}
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Name\n </dt>\n <dd class=\"govuk-summary-list__value\">\n Firstname Lastname\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Date of birth\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 13/08/1980\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Contact information\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">\n email@email.com\n </p>\n <p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n </p>\n </dd>\n </div>\n</dl>"
},
{
"name": "with actions",
"options": {
"rows": [
{
"key": {
"text": "Name"
},
"value": {
"text": "Firstname Lastname"
},
"actions": {
"items": [
{
"href": "#",
"text": "Edit",
"visuallyHiddenText": "name"
},
{
"href": "#",
"text": "Delete",
"visuallyHiddenText": "name"
}
]
}
},
{
"key": {
"text": "Date of birth"
},
"value": {
"text": "13/08/1980"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "date of birth"
}
]
}
},
{
"key": {
"text": "Contact information"
},
"value": {
"html": "<p class=\"govuk-body\">\n email@email.com\n</p>\n<p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n</p>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Edit",
"visuallyHiddenText": "contact information"
},
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "contact information"
}
]
}
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Name\n </dt>\n <dd class=\"govuk-summary-list__value\">\n Firstname Lastname\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <ul class=\"govuk-summary-list__actions-list\">\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Edit<span class=\"govuk-visually-hidden\"> name</span></a>\n </li>\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Delete<span class=\"govuk-visually-hidden\"> name</span></a>\n </li>\n </ul>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Date of birth\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 13/08/1980\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> date of birth</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Contact information\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">\n email@email.com\n </p>\n <p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n </p>\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <ul class=\"govuk-summary-list__actions-list\">\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Edit<span class=\"govuk-visually-hidden\"> contact information</span></a>\n </li>\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> contact information</span></a>\n </li>\n </ul>\n </dd>\n </div>\n</dl>"
},
{
"name": "translated",
"options": {
"rows": [
{
"key": {
"text": "Enw"
},
"value": {
"text": "Firstname Lastname"
},
"actions": {
"items": [
{
"href": "#",
"html": "Golygu<span class=\"govuk-visually-hidden\"> enw</span>",
"visuallyHiddenText": ""
},
{
"href": "#",
"html": "Dileu<span class=\"govuk-visually-hidden\"> enw</span>",
"visuallyHiddenText": ""
}
]
}
},
{
"key": {
"text": "Dyddiad geni"
},
"value": {
"text": "13/08/1980"
},
"actions": {
"items": [
{
"href": "#",
"html": "Golygu<span class=\"govuk-visually-hidden\"> dyddiad geni</span>",
"visuallyHiddenText": ""
}
]
}
},
{
"key": {
"text": "Gwybodaeth cyswllt"
},
"value": {
"html": "<p class=\"govuk-body\">\n email@email.com\n</p>\n<p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n</p>\n"
},
"actions": {
"items": [
{
"href": "#",
"html": "Golygu<span class=\"govuk-visually-hidden\"> gwybodaeth cyswllt</span>",
"visuallyHiddenText": ""
}
]
}
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Enw\n </dt>\n <dd class=\"govuk-summary-list__value\">\n Firstname Lastname\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <ul class=\"govuk-summary-list__actions-list\">\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Golygu<span class=\"govuk-visually-hidden\"> enw</span></a>\n </li>\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Dileu<span class=\"govuk-visually-hidden\"> enw</span></a>\n </li>\n </ul>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Dyddiad geni\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 13/08/1980\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Golygu<span class=\"govuk-visually-hidden\"> dyddiad geni</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Gwybodaeth cyswllt\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">\n email@email.com\n </p>\n <p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n </p>\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Golygu<span class=\"govuk-visually-hidden\"> gwybodaeth cyswllt</span></a>\n </dd>\n </div>\n</dl>"
},
{
"name": "with some actions",
"options": {
"rows": [
{
"key": {
"text": "Name"
},
"value": {
"text": "Firstname Lastname"
},
"actions": {
"items": [
{
"href": "#",
"text": "Edit",
"visuallyHiddenText": "name"
},
{
"href": "#",
"text": "Delete",
"visuallyHiddenText": "name"
}
]
}
},
{
"key": {
"text": "Date of birth"
},
"value": {
"text": "13/08/1980"
}
},
{
"key": {
"text": "Contact information"
},
"value": {
"html": "<p class=\"govuk-body\">\n email@email.com\n</p>\n<p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n</p>\n"
}
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Name\n </dt>\n <dd class=\"govuk-summary-list__value\">\n Firstname Lastname\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <ul class=\"govuk-summary-list__actions-list\">\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Edit<span class=\"govuk-visually-hidden\"> name</span></a>\n </li>\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Delete<span class=\"govuk-visually-hidden\"> name</span></a>\n </li>\n </ul>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row govuk-summary-list__row--no-actions\">\n <dt class=\"govuk-summary-list__key\">\n Date of birth\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 13/08/1980\n </dd>\n </div>\n <div class=\"govuk-summary-list__row govuk-summary-list__row--no-actions\">\n <dt class=\"govuk-summary-list__key\">\n Contact information\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">\n email@email.com\n </p>\n <p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n </p>\n </dd>\n </div>\n</dl>"
},
{
"name": "with no first action",
"options": {
"rows": [
{
"key": {
"text": "Name"
},
"value": {
"text": "Sarah Philips"
}
},
{
"key": {
"text": "Date of birth"
},
"value": {
"text": "5 January 1978"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "date of birth"
}
]
}
},
{
"key": {
"text": "Address"
},
"value": {
"html": "72 Guild Street<br>\nLondon<br>\nSE23 6FH\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "address"
}
]
}
},
{
"key": {
"text": "Contact details"
},
"value": {
"html": "07700 900457<br>\nsarah.phillips@example.com\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "contact details"
}
]
}
},
{
"key": {
"text": "Licence period"
},
"value": {
"html": "<p class=\"govuk-body\">This is a longer paragraph of text provided by the user to provide additional information.</p>\n<p class=\"govuk-body\">This is a second paragraph of text provided by the user.</p>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "licence period"
}
]
}
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list\">\n <div class=\"govuk-summary-list__row govuk-summary-list__row--no-actions\">\n <dt class=\"govuk-summary-list__key\">\n Name\n </dt>\n <dd class=\"govuk-summary-list__value\">\n Sarah Philips\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Date of birth\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 5 January 1978\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> date of birth</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Address\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 72 Guild Street<br>\n London<br>\n SE23 6FH\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> address</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Contact details\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 07700 900457<br>\n sarah.phillips@example.com\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> contact details</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Licence period\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">This is a longer paragraph of text provided by the user to provide additional information.</p>\n <p class=\"govuk-body\">This is a second paragraph of text provided by the user.</p>\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> licence period</span></a>\n </dd>\n </div>\n</dl>"
},
{
"name": "no-border",
"options": {
"classes": "govuk-summary-list--no-border",
"rows": [
{
"key": {
"text": "Name"
},
"value": {
"text": "Firstname Lastname"
}
},
{
"key": {
"text": "Date of birth"
},
"value": {
"text": "13/08/1980"
}
},
{
"key": {
"text": "Contact information"
},
"value": {
"html": "<p class=\"govuk-body\">\n email@email.com\n</p>\n<p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n</p>\n"
}
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list govuk-summary-list--no-border\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Name\n </dt>\n <dd class=\"govuk-summary-list__value\">\n Firstname Lastname\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Date of birth\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 13/08/1980\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Contact information\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">\n email@email.com\n </p>\n <p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n </p>\n </dd>\n </div>\n</dl>"
},
{
"name": "no-border on last row",
"options": {
"rows": [
{
"key": {
"text": "Name"
},
"value": {
"text": "Firstname Lastname"
}
},
{
"key": {
"text": "Date of birth"
},
"value": {
"text": "13/08/1980"
}
},
{
"key": {
"text": "Contact information"
},
"value": {
"html": "<p class=\"govuk-body\">\n email@email.com\n</p>\n<p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n</p>\n"
},
"classes": "govuk-summary-list__row--no-border"
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Name\n </dt>\n <dd class=\"govuk-summary-list__value\">\n Firstname Lastname\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Date of birth\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 13/08/1980\n </dd>\n </div>\n <div class=\"govuk-summary-list__row govuk-summary-list__row--no-border\">\n <dt class=\"govuk-summary-list__key\">\n Contact information\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">\n email@email.com\n </p>\n <p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n </p>\n </dd>\n </div>\n</dl>"
},
{
"name": "overridden-widths",
"options": {
"rows": [
{
"key": {
"classes": "govuk-!-width-one-half",
"text": "Name"
},
"value": {
"classes": "govuk-!-width-one-quarter",
"text": "Firstname Lastname"
},
"actions": {
"classes": "govuk-!-width-one-half",
"items": [
{
"href": "#",
"text": "Edit",
"visuallyHiddenText": "name"
},
{
"href": "#",
"text": "Delete",
"visuallyHiddenText": "name"
}
]
}
},
{
"key": {
"text": "Date of birth"
},
"value": {
"text": "13/08/1980"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "date of birth"
}
]
}
},
{
"key": {
"text": "Contact information"
},
"value": {
"html": "<p class=\"govuk-body\">\n email@email.com\n</p>\n<p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n</p>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Edit",
"visuallyHiddenText": "contact information"
},
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "contact information"
}
]
}
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key govuk-!-width-one-half\">\n Name\n </dt>\n <dd class=\"govuk-summary-list__value govuk-!-width-one-quarter\">\n Firstname Lastname\n </dd>\n <dd class=\"govuk-summary-list__actions govuk-!-width-one-half\">\n <ul class=\"govuk-summary-list__actions-list\">\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Edit<span class=\"govuk-visually-hidden\"> name</span></a>\n </li>\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Delete<span class=\"govuk-visually-hidden\"> name</span></a>\n </li>\n </ul>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Date of birth\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 13/08/1980\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> date of birth</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Contact information\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">\n email@email.com\n </p>\n <p class=\"govuk-body\">\n Address line 1<br>\n Address line 2<br>\n Address line 3<br>\n Address line 4<br>\n Address line 5\n </p>\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <ul class=\"govuk-summary-list__actions-list\">\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Edit<span class=\"govuk-visually-hidden\"> contact information</span></a>\n </li>\n <li class=\"govuk-summary-list__actions-list-item\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> contact information</span></a>\n </li>\n </ul>\n </dd>\n </div>\n</dl>"
},
{
"name": "check-your-answers",
"options": {
"rows": [
{
"key": {
"text": "Name"
},
"value": {
"text": "Sarah Philips"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "name"
}
]
}
},
{
"key": {
"text": "Date of birth"
},
"value": {
"text": "5 January 1978"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "date of birth"
}
]
}
},
{
"key": {
"text": "Address"
},
"value": {
"html": "72 Guild Street<br>\nLondon<br>\nSE23 6FH\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "address"
}
]
}
},
{
"key": {
"text": "Contact details"
},
"value": {
"html": "07700 900457<br>\nsarah.phillips@example.com\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "contact details"
}
]
}
},
{
"key": {
"text": "Previous application number"
},
"value": {
"text": 502135326
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "previous application number"
}
]
}
},
{
"key": {
"text": "Licence type"
},
"value": {
"text": "For personal use"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "licence type"
}
]
}
},
{
"key": {
"text": "Home address"
},
"value": {
"html": "<p class=\"govuk-body\">\n 72 Guild Street<br>\n London<br>\n SE23 6FH\n</p>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "home address"
}
]
}
},
{
"key": {
"text": "Licence period"
},
"value": {
"html": "<p class=\"govuk-body\">This is a longer paragraph of text provided by the user to provide additional information.</p>\n<p class=\"govuk-body\">This is a second paragraph of text provided by the user.</p>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "licence period"
}
]
}
}
]
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"screenshot": false,
"html": "<dl class=\"govuk-summary-list\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Name\n </dt>\n <dd class=\"govuk-summary-list__value\">\n Sarah Philips\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> name</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Date of birth\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 5 January 1978\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> date of birth</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Address\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 72 Guild Street<br>\n London<br>\n SE23 6FH\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> address</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Contact details\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 07700 900457<br>\n sarah.phillips@example.com\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> contact details</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Previous application number\n </dt>\n <dd class=\"govuk-summary-list__value\">\n 502135326\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> previous application number</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Licence type\n </dt>\n <dd class=\"govuk-summary-list__value\">\n For personal use\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> licence type</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Home address\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">\n 72 Guild Street<br>\n London<br>\n SE23 6FH\n </p>\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> home address</span></a>\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Licence period\n </dt>\n <dd class=\"govuk-summary-list__value\">\n <p class=\"govuk-body\">This is a longer paragraph of text provided by the user to provide additional information.</p>\n <p class=\"govuk-body\">This is a second paragraph of text provided by the user.</p>\n </dd>\n <dd class=\"govuk-summary-list__actions\">\n <a class=\"govuk-link\" href=\"#\">Change<span class=\"govuk-visually-hidden\"> licence period</span></a>\n </dd>\n </div>\n</dl>"
},
{
"name": "extreme",
"options": {
"rows": [
{
"key": {
"text": "Name"
},
"value": {
"text": "Barnaby Marmaduke Aloysius Benjy Cobweb Dartagnan Egbert Felix Gaspar Humbert Ignatius Jayden Kasper Leroy Maximilian Neddy Obiajulu Pepin Quilliam Rosencrantz Sexton Teddy Upwood Vivatma Wayland Xylon Yardley Zachary Usansky"
},
"actions": {
"items": [
{
"href": "#",
"text": "Buy"
},
{
"href": "#",
"text": "Use"
},
{
"href": "#",
"text": "Break"
},
{
"href": "#",
"text": "Fix"
},
{
"href": "#",
"text": "Trash"
},
{
"href": "#",
"text": "Change"
},
{
"href": "#",
"text": "Mail"
},
{
"href": "#",
"text": "Upgrade"
},
{
"href": "#",
"text": "Charge"
},
{
"href": "#",
"text": "Point"
},
{
"href": "#",
"text": "Zoom"
},
{
"href": "#",
"text": "Press"
},
{
"href": "#",
"text": "Snap"
},
{
"href": "#",
"text": "Work"
},
{
"href": "#",
"text": "Quick"
},
{
"href": "#",
"text": "Erase"
}
]
}
},
{
"key": {
"text": "Long website address"
},
"value": {
"html": "<a class=\"govuk-link\" href=\"https://cs.wikipedia.org/wiki/Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch\">https://cs.wikipedia.org/wiki/Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch</a>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "long website address"
}
]
}
},
{
"key": {
"text": "Long email address"
},
"value": {
"html": "<a class=\"govuk-link\" href=\"mailto:webmaster@llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.com\">webmaster@llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.com</a>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "long email address"
}
]
}
},
{
"key": {
"text": "No wrapping allowed"
},
"value": {
"html": "<p class=\"govuk-body\" style=\"white-space: nowrap;\">michelle.longish.name@example.com</p>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Change",
"visuallyHiddenText": "no wrapping allowed"
}
]
}
},
{
"key": {
"text": "Pneumonoultramicroscopicsilicovolcanoconiosis"
},
"value": {
"html": "<p class=\"govuk-body\">Pneumonoultramicroscopicsilicovolcanoconiosis is a word coined by the president of the National Puzzlers’ League as a synonym for the disease known as silicosis. It is the longest word in the English language published in a dictionary, the Oxford English Dictionary, which defines it as \"an artificial long word said to mean a lung disease caused by inhaling very fine ash and sand dust.\"</p>\n<p class=\"govuk-body\">Silicosis is a form of occupational lung disease caused by inhalation of crystalline silica dust, and is marked by inflammation and scarring in the form of nodular lesions in the upper lobes of the lungs. It is a type of pneumoconiosis.</p>\n"
},
"actions": {
"items": [
{
"href": "#",
"text": "Write"
},
{
"href": "#",
"text": "Cut"
},
{
"href": "#",
"text": "Paste"
},
{
"href": "#",
"text": "Save"
},
{
"href": "#",
"text": "Load"
},
{
"href": "#",
"text": "Check"
},
{
"href": "#",
"text": "Quick"
},
{
"href": "#",
"text": "Rewrite"
},
{
"href": "#",
"text": "Plug"
},
{
"href": "#",
"text": "Play"
},
{
"href": "#",
"text": "Burn"
},
{
"href": "#",
"text": "Rip"
},
{
"href": "#",
"text": "Drag and drop"
},
{
"href": "#",
"text": "Zip"
},
{
"href": "#",
"text": "Unzip"
},
{
"href": "#",
"text": "Lock"
},
{
"href": "#",
"text": "Fill"
},
{
"href": "#",
"text": "Curl"
},
{
"href": "#",
"text": "Find"
},
{
"href": "#",
"text": "View"
}
]
}
},
{
"key": {