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
- Fix for #434 (onItemSelected does not work as expected)
- Support for rendering HTML directly on the timeline cards (#443 )
- New prop `disableRendering` to disable all interactions with the timeline (#294)
- New prop `highlightCardsOnHover` that highlights cards on hover
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,16 +164,19 @@ Below are the available configuration options for the component:
164
164
| contentDetailsHeight | 150 | Controls the height of the details section if using cardDetailedText. Refer to [TimelineItem model](#timeline-item-model) for more info. |
165
165
| disableAutoScrollOnClick | false | Prevents auto-scrolling when a timeline card is clicked. |
166
166
| disableClickOnCircle | false | Disables the click action on circular points. |
167
+
| disableInteraction | false | Disables all the interactions with the Timeline. |
167
168
| disableNavOnKey | false | Turns off keyboard navigation. |
169
+
| disableTimelinePoint | false | Disables the timeline point in both `HORIZONTAL` and `VERTICAL` mode. |
168
170
| enableBreakPoint | true | Automatically switches to vertical mode when the vertical breakpoint is reached. |
169
171
| enableDarkToggle | false | Adds a toggle switch for dark mode. |
170
172
| enableOutline | false | Enables an outline menu in vertical and vertical alternating modes. |
171
173
| flipLayout | false | Reverses the layout (Right to Left). |
172
174
| focusActiveItemOnLoad | false | Automatically scrolls to and focuses on the `activeItemIndex` when loading. |
173
175
| fontSizes || Allows customization of font sizes. |
0 commit comments