Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoisepponfincons authored and TomMenga committed Jan 10, 2024
1 parent 7fe189d commit 3cab725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/teaser/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Avoid slotting block elements (e.g. `<div>`) as this violates semantic rules and

| Name | Attribute | Privacy | Type | Default | Description |
| ------------ | ------------- | ------- | ---------------------------------------------------- | ------- | ------------------------------------------------------------------------- |
| `alignment` | `alignment` | public | `'end-centered' \| 'end-top' \| 'bottom'` | | Teaser variant - define the position and the alignment of the text block. |
| `alignment` | `alignment` | public | `'after-centered' \| 'after' \| 'below'` | | Teaser variant - define the position and the alignment of the text block. |
| `titleLevel` | `title-level` | public | `TitleLevel` | `'5'` | Heading level of the sbb-title element (e.g. h1-h6). |
| `href` | `href` | public | `string \| undefined` | | The href value you want to link to. |
| `target` | `target` | public | `LinkTargetType \| string \| undefined \| undefined` | | Where to display the linked URL. |
Expand Down

0 comments on commit 3cab725

Please sign in to comment.