{ "component": "tag", "fixtures": [ { "name": "default", "options": { "text": "alpha" }, "hidden": false, "html": "\n alpha\n" }, { "name": "inactive", "options": { "text": "alpha", "classes": "govuk-tag--grey" }, "hidden": false, "html": "\n alpha\n" }, { "name": "grey", "options": { "text": "Grey", "classes": "govuk-tag--grey" }, "hidden": false, "html": "\n Grey\n" }, { "name": "blue", "options": { "text": "Blue", "classes": "govuk-tag--blue" }, "hidden": false, "html": "\n Blue\n" }, { "name": "turquoise", "options": { "text": "Turquoise", "classes": "govuk-tag--turquoise" }, "hidden": false, "html": "\n Turquoise\n" }, { "name": "green", "options": { "text": "Green", "classes": "govuk-tag--green" }, "hidden": false, "html": "\n Green\n" }, { "name": "purple", "options": { "text": "Purple", "classes": "govuk-tag--purple" }, "hidden": false, "html": "\n Purple\n" }, { "name": "pink", "options": { "text": "Pink", "classes": "govuk-tag--pink" }, "hidden": false, "html": "\n Pink\n" }, { "name": "red", "options": { "text": "Red", "classes": "govuk-tag--red" }, "hidden": false, "html": "\n Red\n" }, { "name": "orange", "options": { "text": "Orange", "classes": "govuk-tag--orange" }, "hidden": false, "html": "\n Orange\n" }, { "name": "yellow", "options": { "text": "Yellow", "classes": "govuk-tag--yellow" }, "hidden": false, "html": "\n Yellow\n" }, { "name": "attributes", "options": { "text": "Tag with attributes", "attributes": { "data-test": "attribute", "id": "my-tag" } }, "hidden": true, "html": "\n Tag with attributes\n" }, { "name": "html as text", "options": { "text": "alpha" }, "hidden": true, "html": "\n <span>alpha</span>\n" }, { "name": "html", "options": { "html": "alpha" }, "hidden": true, "html": "\n alpha\n" } ] }