Skip to content

Commit

Permalink
update docs (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons authored Aug 5, 2024
1 parent 8aa32b0 commit 3e24077
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/timeline/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

## TimelineItems

| Name | Type | Required | Description |
| --------- | ----------------------------------------------------------- | -------- | -------------------------------------------------------------------------- |
| heading | string | true | The `h2` heading for the period of time in the timeline |
| itemsList | `Array<ListItem>` [_(ref)_](/foundations/typography/#lists) | false | A list of items for the period of time in the timeline |
| content | string | false | The content for the period of time in the timeline. This can contain HTML. |
| Name | Type | Required | Description |
| --------- | ----------------------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------ |
| heading | string | true | The `h2` heading for the period of time in the timeline |
| itemsList | `Array<ListItem>` [_(ref)_](/foundations/typography/#lists) | false | A list of items for the period of time in the timeline. This should only be set when `content` is not set |
| content | string | false | The content for the period of time in the timeline. This can contain HTML. This should only be set when `itemsList` is not set |

0 comments on commit 3e24077

Please sign in to comment.