Portfolio
Works with a filter, colour reveal and a lightbox
A tattoo portfolio: a style filter as neon pills, 4:5 tiles lie black-and-white and reveal colour on hover with a neon frame, the caption slides up. Changing the filter re-renders the grid with a cascade. A click opens a lightbox: the photo, the sketch story, hours, the artist, arrows and keyboard.
What you can change
- styles: keys and labels; works: titles, styles, photos, artist and place, hours, story
- eyebrow, title, allLabel, closeLabel
- accent and background, tone
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/portfolio-007?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
One file, zero dependencies, “use client” for the filter and the lightbox. Tiles are <button>s with the img in filter:grayscale(1) → 0 and scale 1.05 on :hover/:focus-visible, the frame an ::before with an inset accent box-shadow, the caption translateY on hover. A 2/3/4-column grid (container queries 44rem and 64rem); <ul key={filter}> remounts with a --n×45ms @keyframes. The lightbox is a <dialog> with showModal(): the photo object-fit:contain on the left, the story on the right (a 22rem column from 64rem), arrows cycle, ArrowLeft/ArrowRight on the dialog, a backdrop click closes, onClose resets the current item. Palette --vibeui-portfolio-007-*: a near-black background, light text, neon magenta #ff2bd6 as the accent, violet #8b5cff and cyan #22f3ff for captions, lime #c8ff3a for statuses; glows via text-shadow and box-shadow. The block is always dark inside (color-scheme:dark), the page background comes via background. Unbounded, Manrope and JetBrains Mono via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.
Tags
- tattoo
- neon
- dark
- studio
- landing
- portfolio
- gallery
- filter
- lightbox
- grayscale
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…