Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Dec 31, 2023
1 parent d602fa7 commit 8f47768
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/ticker-timeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ This component shows the timeline of a ticker. The number of entries can be limi
<ticker-timeline domain="updates.systemli.org" limit="10" header="Systemli Updates"></ticker-timeline>
```

<!-- Auto Generated Below -->

## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------------------------------- |
| `apiUrl` | `api-url` | | `string` | `'https://ticker-api.systemli.org'` |
| `domain` | `domain` | | `string` | `undefined` |
| `limit` | `limit` | | `number` | `10` |
| `header` | `header` | | `string` | `''` |
| `limit` | `limit` | | `number` | `10` |

----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*

0 comments on commit 8f47768

Please sign in to comment.