UNPKG

digitalmarketplace-frontend

Version:

Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects

34 lines (33 loc) 1.12 kB
{ "component": "summary-content-service-id", "fixtures": [ { "name": "default", "options": { "value": 1234567887654321 }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "<div class=\"service-id\">\n<span class=\"service-id-chunk\">1234</span><span class=\"service-id-chunk\">5678</span><span class=\"service-id-chunk\">8765</span><span class=\"service-id-chunk\">4321</span> </div>" }, { "name": "non digit", "options": { "value": "I am not a digit" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "<div class=\"service-id\">\n <span class=\"service-id-chunk\">I am not a digit</span>\n </div>" }, { "name": "with no value", "options": {}, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "" } ] }