@@ -68,16 +68,16 @@ The available properties of the `Timeline` component:
68
68
69
69
An array of the following properties:
70
70
71
- | Property | Type | Description |
72
- | :--------------- | :------------------ | :------------------------------------------------------------------------------- |
73
- | ` key ` | ` Key ` | Unique key for each item |
74
- | ` title? ` | ` string ` | Optional title paragraph displayed bold |
75
- | ` date ` | ` Date \| string ` | Date either being formatted according to provided format or passed as a ` string ` |
76
- | ` children? ` | ` ReactNode ` | Pass custom content as ` children ` to the component |
77
- | ` dateFormat? ` | ` string ` | Overwriting ` dateFormat ` property of parent ` Timeline ` |
78
- | ` dateLocale? ` | ` string ` | Overwriting ` dateLocale ` property of parent ` Timeline ` |
79
- | ` customMarker? ` | ` ReactElement ` | Overwriting ` customMarker ` property of parent ` Timeline ` |
80
- | ` customPointer? ` | ` ReactElement ` | Overwriting ` customPointer ` property of parent ` Timeline ` |
71
+ | Property | Type | Description |
72
+ | :--------------- | :--------------- | :------------------------------------------------------------------------------- |
73
+ | ` key ` | ` Key ` | Unique key for each item |
74
+ | ` title? ` | ` string ` | Optional title paragraph displayed bold |
75
+ | ` date ` | ` Date \| string ` | Date either being formatted according to provided format or passed as a ` string ` |
76
+ | ` children? ` | ` ReactNode ` | Pass custom content as ` children ` to the component |
77
+ | ` dateFormat? ` | ` string ` | Overwriting ` dateFormat ` property of parent ` Timeline ` |
78
+ | ` dateLocale? ` | ` string ` | Overwriting ` dateLocale ` property of parent ` Timeline ` |
79
+ | ` customMarker? ` | ` ReactElement ` | Overwriting ` customMarker ` property of parent ` Timeline ` |
80
+ | ` customPointer? ` | ` ReactElement ` | Overwriting ` customPointer ` property of parent ` Timeline ` |
81
81
82
82
### StyleConfig
83
83
@@ -131,4 +131,4 @@ The style can either be passed as a javascript object...
131
131
132
132
## Demo
133
133
134
- View a full demo of component as storybook: [ Storybook] ( https://openscript-ch.github.io/react-alternating-timeline/ ) 📗
134
+ View a full demo of component as storybook: [ Storybook] ( https://openscript-ch.github.io/react-alternating-timeline/ ) 📚
0 commit comments