navody-digital-frontend
Version:
Navody.Digital Frontend contains the code you need to start building a user interface for navody.digital
58 lines • 3.94 kB
JSON
{
"component": "inset-text",
"fixtures": [
{
"name": "default",
"options": {
"text": "It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application."
},
"html": "<div class=\"govuk-inset-text\">\n It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.\n</div>",
"hidden": false
},
{
"name": "with html",
"options": {
"html": "<p class=\"govuk-body\">It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.</p>\n<div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n You can be fined up to £5,000 if you don’t register.\n </strong>\n</div>\n<p class=\"govuk-body\">It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.</p>\n"
},
"html": "<div class=\"govuk-inset-text\">\n <p class=\"govuk-body\">It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.</p>\n<div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n You can be fined up to £5,000 if you don’t register.\n </strong>\n</div>\n<p class=\"govuk-body\">It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.</p>\n\n</div>",
"hidden": false
},
{
"name": "classes",
"options": {
"classes": "app-inset-text--custom-modifier",
"text": "It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application."
},
"html": "<div class=\"govuk-inset-text app-inset-text--custom-modifier\">\n It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.\n</div>",
"hidden": true
},
{
"name": "id",
"options": {
"id": "my-inset-text",
"text": "It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application."
},
"html": "<div id=\"my-inset-text\" class=\"govuk-inset-text\">\n It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.\n</div>",
"hidden": true
},
{
"name": "html as text",
"options": {
"text": "It can take <b>up to 8 weeks</b> to register a lasting power of attorney if there are no mistakes in the application."
},
"html": "<div class=\"govuk-inset-text\">\n It can take <b>up to 8 weeks</b> to register a lasting power of attorney if there are no mistakes in the application.\n</div>",
"hidden": true
},
{
"name": "attributes",
"options": {
"text": "It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.",
"attributes": {
"data-attribute": "my data value"
}
},
"html": "<div class=\"govuk-inset-text\" data-attribute=\"my data value\">\n It can take up to 8 weeks to register a lasting power of attorney if there are no mistakes in the application.\n</div>",
"hidden": true
}
]
}