altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
26 lines • 793 B
JSON
{
"table-calculation": {
"table-tbody-items": [
{
"table-tbody-text": "<th scope=\"row\">Bruttolønn</th> <td>100 000</td>"
},
{
"table-tbody-text": "<th scope=\"row\">Arbeidsgiveravgift 14.1% av 100 000</th> <td>14 100</td>"
},
{
"table-tbody-text": "<th scope=\"row\">Feriepenger: 10,2% av 100 000</th> <td>10 200</td>"
},
{
"table-tbody-text": "<th scope=\"row\">Pensjon: Minimum 2% av 100 000</th> <td>2 000</td>"
}
],
"table-tfooter-items": [
{
"table-tfooter-text": "<th scope=\"row\">Totalkostnad på en lønnskjøring på 100 000 brutto</th> <td>126 300</td>"
}
]
},
"themeCss": "../../css/style.prototype.altinn.css",
"themeJs": "./../../js/altinnPrototyping.js",
"themeJsVendor": "../../js/altinnPrototyping.vendor.js"
}