Skip to content

Commit

Permalink
Update content/altinn-studio/reference/ux/components/Tabs/_index.nb.md
Browse files Browse the repository at this point in the history
Co-authored-by: Camilla Marie Dalan <[email protected]>
  • Loading branch information
paal2707 and cammiida authored Dec 16, 2024
1 parent 48a2984 commit 77f1879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Add the following sections if relevant:
| `size` | string | Setter størrelsen på fanen. **Enum:**: `"small" \| "medium" \| "large"` <br/> **Default:** `medium`. |
| `defaultTab` | string | Angir en fane som er valgt som standard. |
| `tabs` | Array | En liste av fane objekter som inneholder konfigurasjon(`id, title, icon, children`) per fane. |
| `tabs.id` | string | Unik Id streng for fanen. |
| `tabs.id` | string | Unik ID-streng for fanen. Må være unik blant alle fanene for denne komponenten. |
| `tabs.title` | string | Tittelen for fanen. |
| `tabs.icon` | string | En URL streng som peker på ikonet til fanen. |
| `tabs.children` | Array | Spesifiserer hvilke komponenter du vil vise når fanen er aktiv. |
Expand Down

0 comments on commit 77f1879

Please sign in to comment.