Skip to content

Commit 91ddac0

Browse files
authored
docs(examples/../timeline.horizontal.tsx): timeline Horizontal was missing the horizontal boolean value (#1262)
docs(examples/timeline/timeline.horizontal.tsx): timeline Horizontal was missing the horizontal bool Timeline Horizontal example in the Docs was missing the horizontal boolean value on <Timeline> element
1 parent 79f6316 commit 91ddac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/timeline/timeline.horizontal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { HiArrowNarrowRight, HiCalendar } from 'react-icons/hi';
2323
2424
function Component() {
2525
return (
26-
<Timeline>
26+
<Timeline horizontal>
2727
<Timeline.Item>
2828
<Timeline.Point icon={HiCalendar} />
2929
<Timeline.Content>

0 commit comments

Comments
 (0)