{ "component": "warning-text", "fixtures": [ { "name": "default", "options": { "text": "You can be fined up to £5,000 if you don’t register.", "iconFallbackText": "Warning" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "
\n !\n \n Warning\n You can be fined up to £5,000 if you don’t register.\n \n
" }, { "name": "multiple lines", "options": { "text": "If you are not covered by this License), You must: (a) comply with the terms stated above for the purpose of this license. It explains, for example, the production of a Source form, including but not limited to, the implied warranties or conditions of this License, without any additional file created by such Respondent to you under Sections 2.1 and 2.2 above. Larger Works. You may choose to distribute such a notice and a brief idea of what it does.", "iconFallbackText": "Warning" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "
\n !\n \n Warning\n If you are not covered by this License), You must: (a) comply with the terms stated above for the purpose of this license. It explains, for example, the production of a Source form, including but not limited to, the implied warranties or conditions of this License, without any additional file created by such Respondent to you under Sections 2.1 and 2.2 above. Larger Works. You may choose to distribute such a notice and a brief idea of what it does.\n \n
" }, { "name": "attributes", "options": { "text": "You can be fined up to £5,000 if you don’t register.", "attributes": { "id": "my-warning-text", "data-test": "attribute" } }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": "
\n !\n \n Warning\n You can be fined up to £5,000 if you don’t register.\n \n
" }, { "name": "classes", "options": { "text": "Warning text", "classes": "govuk-warning-text--custom-class" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": "
\n !\n \n Warning\n Warning text\n \n
" }, { "name": "html", "options": { "text": "You can be fined up to £5,000 if you don’t register.", "html": "Some custom warning text" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": "
\n !\n \n Warning\n Some custom warning text\n \n
" }, { "name": "html as text", "options": { "text": "Some custom warning text" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": "
\n !\n \n Warning\n <span>Some custom warning text</span>\n \n
" }, { "name": "icon fallback text only", "options": { "iconFallbackText": "Some custom fallback text" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": "
\n !\n \n Some custom fallback text\n \n \n
" }, { "name": "no icon fallback text", "options": { "text": "This is a warning" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": "
\n !\n \n Warning\n This is a warning\n \n
" } ] }