You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`items`|[`TimelineItemsProps`](#timelineitemsprops)| Array of timeline items ||
55
-
|`positioning?`|`'alternating' \| 'left' \| 'right'`| How the items should be positioned relative to the timeline|`'alternating'`|
56
-
|`minMarkerGap?`|`number`| The minimum gap markers will have between each other | 50 (`px`) |
57
-
|`dateLocal?`|`Local`| Date locale ||
58
-
|`dateFormat?`|`string`| Specific date format according to date-fns [specification](https://date-fns.org/v2.29.3/docs/format). Ignored when passing a `string` as date |`'P'`|
59
-
|`customMarker?`|`ReactElement`| Custom maker element replacing the default ||
60
-
|`customPointer?`|`ReactElement`| Custom pointer element replacing the default ||
61
-
|`styleConfig?`|[`StyleConfig`](#styleconfig)| Style config object for customizing timeline by setting css custom properties ||
|`items`|[`TimelineItemsProps`](#timelineitemsprops)| Array of timeline items ||
55
+
|`positioning?`| `'alternating' | 'left' | 'right'` | How the items should be positioned relative to the timeline|`'alternating'`|
56
+
|`minMarkerGap?`|`number`| The minimum gap markers will have between each other | 50 (`px`) |
57
+
|`dateLocal?`|`Local`| Date locale ||
58
+
|`dateFormat?`|`string`| Specific date format according to date-fns [specification](https://date-fns.org/v2.29.3/docs/format). Ignored when passing a `string` as date |`'P'`|
59
+
|`customMarker?`|`ReactElement`| Custom maker element replacing the default ||
60
+
|`customPointer?`|`ReactElement`| Custom pointer element replacing the default ||
61
+
|`styleConfig?`|[`StyleConfig`](#styleconfig)| Style config object for customizing timeline by setting css custom properties ||
0 commit comments