Skip to content

Commit

Permalink
docs(Timeline): fix broken link to example
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Apr 20, 2023
1 parent cc4498b commit 4ea2b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {

We can pass down a list of [timeline items](/uilib/components/timeline/properties#timelineitem-properties) as a variable to `data`.

It's also possible to pass down [timeline items](/uilib/components/timeline/properties#timelineitem-properties) as [children in Multiple Timeline](/uilib/components/timeline/#multiple-timeline-with-children).
It's also possible to pass down [timeline items](/uilib/components/timeline/properties#timelineitem-properties) as `children`, see [example](/uilib/components/timeline/#timeline-with-multiple-timeline-items-passed-down-as-children).

<TimelineMultipleData />

Expand Down

0 comments on commit 4ea2b9d

Please sign in to comment.