Menu
Libraries |
Category

svelte-vertical-timeline

  • Purpose: A Svelte component library for creating customizable vertical timelines to display chronological events or steps.
  • Key Features:
    • Supports multiple timeline layouts (basic, left-positioned, alternating, with opposite content)
    • Highly customizable with style props for each component
    • Includes components for dots, connectors, separators, and content areas
  • Components:
    • <Timeline> (main container)
    • <TimelineItem> (individual timeline entries)
    • <TimelineSeparator> (vertical line with dot)
    • <TimelineDot> (customizable marker)
    • <TimelineConnector> (line between items)
    • <TimelineContent> (main content area)
    • <TimelineOppositeContent> (secondary content area)
  • Customization: All components accept style props for visual customization
  • Demo: View interactive examples at Demo Site or Svelte REPL

sveltesvelte-kittimeline

Comments