Vertical or horizontal sequence of events with a connecting line, markers, and per-item content. Bind an items array for the built-in row layout, or take over any region with a render-prop / declarative <BsTimelineItem> child. Selection is opt-in and two-way bound; clicks emit a typed item-click detail.
Toggle each input with a <BsSelect> or <BsCheckbox> and watch the single live timeline — and the copyable snippet beneath it — update to match.
single or multiple. With none it renders as a plain list — the items carry no tabindex and take no focus.multiple, adds or removes the focused item; with single it behaves like Entermultiple, adds every enabled item between the anchor and the focused itemInstead of binding items, render <BsTimelineItem> children and project into the named slots. Handy when each item's markup is bespoke rather than uniform.