Gallery

Gallery layouts for stills, projects, and visual work.

A few ways to give visual work some room. Replace the frames with your own images.

Grid

An even image grid with two columns on narrow screens and three when wide.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add gallery-01

Usage

import { Gallery01 } from "@/components/blocks/gallery/gallery-01"
<Gallery01 />

Caption cards

A denser grid of filled image cards, each with a short caption.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add gallery-02

Usage

import { Gallery02 } from "@/components/blocks/gallery/gallery-02"
<Gallery02 />

Marquee

An infinite horizontal strip of frames that pauses when hovered.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add gallery-03

Usage

import { Gallery03 } from "@/components/blocks/gallery/gallery-03"
<Gallery03 />