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
{{ message }}
This repository was archived by the owner on Jul 12, 2023. It is now read-only.
To customize the timeline, add your own CSS to override the [default styles](https://github.com/aaron9000/react-image-timeline/blob/master/src/lib/timeline.scss/).
48
+
49
+
#### Event Metadata
50
+
To pass extra data into custom components, use `extras` on `TimelineEvent`.
51
+
52
+
#### Custom Dot Pattern
53
+
The dots are defined in CSS using a [base64-encoded image](https://www.base64-image.de/). Encode a new image and override the corresponding CSS class.
54
+
55
+
#### Custom Components
56
+
For more advanced customization, you can pass in custom components to replace the defaults. Custom components will be passed a `TimelineEvent` model in props.
34
57
```js
35
-
{
36
-
date:newDate(2013, 9, 27),
37
-
text:"Sed leo elit, pellentesque sit amet congue quis, ornare nec lorem.",
To customize the timeline, add your own CSS to override the [default styles](https://github.com/aaron9000/react-image-timeline/blob/master/src/lib/timeline.scss/).
104
-
105
-
#### Event Metadata
106
-
To pass extra data into custom components, use `extras` on `TimelineEvent`.
107
-
108
-
#### Custom Dot Pattern
109
-
The dots are defined in CSS using a [base64-encoded image](https://www.base64-image.de/). Encode a new image and override the corresponding CSS class.
110
-
111
-
#### Custom Components
112
-
For more advanced customization, you can pass in custom components to replace the defaults. Custom components will be passed a `TimelineEvent` model in props.
0 commit comments