We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cb19d commit 235523dCopy full SHA for 235523d
1 file changed
src/routes/docs/components/timeline.md
@@ -26,6 +26,8 @@ The timeline component can be used to show series of data in a chronological ord
26
27
## Default timeline
28
29
+The default has no icon slot. If you prefer to have icons, use `order='vertical'` or `order='horizontal'`.
30
+
31
```svelte example
32
<script>
33
import { Timeline, TimelineItem, Button } from 'flowbite-svelte';
0 commit comments