Components

Selected Work Canvas Rail

Tab-filtered selected-work showcase that lays project node-cards along a connector rail; the focused project lifts and earns a cyan node marker.

Selected work shown as connected projects on a canvas rail. Tab filters by discipline above; below, a thin connector baseline carries project node-cards that scroll horizontally, with the focused project lifting slightly and earning a cyan node marker — the lone signal per section.

npx shadcn@latest add @vandoko/vkb-gallery-03

Usage

import { VkbGallery03 } from "@/components/vkb-gallery-03";

export default function Example() {
  return <VkbGallery03 />;
}

All copy and project data are overridable via props (eyebrow, heading, description, filters, projects). Each project entry accepts id, filter, label, summary, result, image, and href.

Preview
Open in
Loading preview...

On this page