Skip to content

Commit

Permalink
Add Size to prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
paal2707 committed Dec 16, 2024
1 parent 1c83c12 commit 4328e19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ A string identifier for the tab. Must be unique within the current list of tabs.
#### `title`
The title of the tab can be added as text directly or referenced via a text key to a [text resource](/nb/altinn-studio/reference/ux/texts/#legge-til-og-endre-tekster-i-en-app).

#### `Size`
Sets the size of the tabs. **Enum:** `"small" | "medium" | "large"`
<br/> **Default:** `medium`.

#### `icon`
A URL path to the icon.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Unik ID-streng for fanen.

Tittelen for kan legges til som tekst direkte eller refereres via en teksttast til en [tekstressurs](/nb/altinn-studio/reference/ux/texts/#legge-til-og-endre-tekster-i-en-app).

#### `Size`
Setter størrelsen på fanen. **Enum:** `"small" | "medium" | "large"`
<br/> **Default:** `medium`.

#### `icon`
En URL-sti til ikonet.

Expand Down

0 comments on commit 4328e19

Please sign in to comment.