UNPKG

altinn-designsystem

Version:

Altinn Design system based on Pattern Lab.

32 lines (31 loc) 828 B
<!-- START: 00-atomer-06-tabeller-05-tabell-regnestykke --> <!-- Table --> <div class="table-responsive"> <table class="table a-table a-table-calculation"> <tbody> <tr> <th scope="row">Bruttolønn</th> <td>100 000</td> </tr> <tr> <th scope="row">Arbeidsgiveravgift 14.1% av 100 000</th> <td>14 100</td> </tr> <tr> <th scope="row">Feriepenger: 10,2% av 100 000</th> <td>10 200</td> </tr> <tr> <th scope="row">Pensjon: Minimum 2% av 100 000</th> <td>2 000</td> </tr> </tbody> <tfoot> <tr> <th scope="row">Totalkostnad på en lønnskjøring på 100 000 brutto</th> <td>126 300</td> </tr> </tfoot> </table> </div> <!-- END: 00-atomer-06-tabeller-05-tabell-regnestykke -->