Navigation Fancy Stable

Timeline

Vertical timeline with scroll-driven progress line and sticky labels

Preview

Installation

pnpm add fancy-ui-svelte
import { Timeline } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { Timeline } from 'fancy-ui-svelte';
</script>

<Timeline />

Examples

Basic Usage

Props

PropTypeDefaultDescription
items TimelineItem[][]Timeline entries with id and label
title string-Heading text
description string-Subheading text

Slots

SlotDescription
contentContent snippet called for each timeline item, receives the item as argument