Skip to content

Commit

Permalink
chore: integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Feb 29, 2024
1 parent 9fcdde0 commit cc5dac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/link-list/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The title will not be displayed in the horizontal orientation.
| Name | Attribute | Privacy | Type | Default | Description |
| ---------------- | ----------------- | ------- | -------------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| `titleContent` | `title-content` | public | `string \| undefined` | | The title text we want to show before the list. |
| `titleLevel` | `title-level` | public | `TitleLevel \| undefined` | `'2'` | The semantic level of the title, e.g. 2 = h2. |
| `titleLevel` | `title-level` | public | `SbbTitleLevel` | `'2'` | The semantic level of the title, e.g. 2 = h2. |
| `size` | `size` | public | `SbbLinkSize` | `'s'` | Text size of the nested sbb-block-link instances. This will overwrite the size attribute of nested sbb-block-link instances. |
| `horizontalFrom` | `horizontal-from` | public | `SbbHorizontalFrom \| undefined` | | Selected breakpoint from which the list is rendered horizontally. |
| `orientation` | `orientation` | public | `SbbOrientation` | `'vertical'` | The orientation in which the list will be shown vertical or horizontal. |
Expand Down

0 comments on commit cc5dac9

Please sign in to comment.