digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
34 lines (33 loc) • 2.22 kB
JSON
{
"component": "system-message-banner",
"fixtures": [
{
"name": "default",
"options": {
"show": true,
"data": {
"titleText": "Important supplier information",
"html": "<p class=\"govuk-notification-banner__heading\">\n G-Cloud 13 has been extended to 8 November 2024.\n You can find out more information by going to <a class=\"govuk-notification-banner__link\" href=\"https://www.gca.gov.uk/news/g-cloud-13-framework-extension\">G-Cloud 13 framework extension</a>.\n</p>\n"
}
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"html": "<div class=\"govuk-notification-banner\" role=\"region\" aria-labelledby=\"govuk-notification-banner-title\" data-module=\"govuk-notification-banner\">\n <div class=\"govuk-notification-banner__header\">\n <h2 class=\"govuk-notification-banner__title\" id=\"govuk-notification-banner-title\">\n Important supplier information\n </h2>\n </div>\n <div class=\"govuk-notification-banner__content\">\n <p class=\"govuk-notification-banner__heading\">\n G-Cloud 13 has been extended to 8 November 2024.\n You can find out more information by going to <a class=\"govuk-notification-banner__link\" href=\"https://www.gca.gov.uk/news/g-cloud-13-framework-extension\">G-Cloud 13 framework extension</a>.\n </p>\n </div>\n</div>"
},
{
"name": "with show false",
"options": {
"show": false,
"data": {
"titleText": "Important supplier information",
"html": "<p class=\"govuk-notification-banner__heading\">\n G-Cloud 13 has been extended to 8 November 2024.\n You can find out more information by going to <a class=\"govuk-notification-banner__link\" href=\"https://www.gca.gov.uk/news/g-cloud-13-framework-extension\">G-Cloud 13 framework extension</a>.\n</p>\n"
}
},
"hidden": false,
"description": "",
"previewLayoutModifiers": [],
"html": ""
}
]
}