altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
59 lines • 1.5 kB
JSON
{
"icon-prefix": "ai",
"icon-class": "ai-deadline",
"icon-size": "",
"icon-extra-class": "",
"icon-text": "",
"icon-id": false,
"sr-only": false,
"aria-hidden": false,
"stacked-background": false,
"icon-post-text": false,
"icon-title": false,
"icon-sr-only-text": false,
"themeCss": "../../css/style.prototype.altinn.css",
"themeJs": "./../../js/altinnPrototyping.js",
"themeJsVendor": "../../js/altinnPrototyping.vendor.js",
"link-text": "En lenke ser slik ut",
"link-url": "/patterns/04-sider-infoportal-01-forside-00-forside/04-sider-infoportal-01-forside-00-forside.html",
"sr-text": false,
"button-text": "En standard knapp",
"button-class": "a-btn",
"button-disabled": false,
"button-type": "button",
"onclick": false,
"button-icon": false,
"display-as-link": false,
"button-group-id": "btnGroup",
"button-group-items": [
{
"button-text": "En standard knapp"
},
{
"button-class": "a-btn a-btn-success",
"button-text": "En knapp som antyder suksess"
},
{
"button-class": "a-btn a-btn-danger",
"button-text": "En knapp som antyder fare"
},
{
"button-text": "En knapp som er stylet som en lenke, som trenger litt lengre tekst.",
"button-class": "a-btn-link",
"display-as-link": true
}
],
"link-group-items": [
{
"link-text": "Intern lenke"
},
{
"link-text": "En lenk som er stylet som en knapp",
"link-class": "a-btn mt-1"
},
{
"link-text": "Ekstern lenke",
"link-url": "http://www.skatteetaten.no"
}
]
}