Pass Through documentation for Timeline component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Timeline component.
label | type | description |
---|---|---|
root | TimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
event | TimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the event's DOM element. |
content | TimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
opposite | TimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the opposite's DOM element. |
separator | TimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the separator's DOM element. |
marker | TimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the marker's DOM element. |
connector | TimelinePassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the connector's DOM element. |
Defines passthrough(pt) options of TimelineEvent component.
label | type | description |
---|---|---|
root | TimelineEventPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TimelineContent component.
label | type | description |
---|---|---|
root | TimelineContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TimelineOpposite component.
label | type | description |
---|---|---|
root | TimelineOppositePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TimelineSeparator component.
label | type | description |
---|---|---|
root | TimelineSeparatorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TimelineMarker component.
label | type | description |
---|---|---|
root | TimelineMarkerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of TimelineConnector component.
label | type | description |
---|---|---|
root | TimelineConnectorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |