BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/fancy/image-trail-various-elements-demo

Image Trail Various Elements Demo

fancy/image-trail-various-elements-demo
FreeBlock

A block component.

Install it

npx shadcn@latest add https://www.fancycomponents.dev/r/image-trail-various-elements-demo.json

Source

examples/image/image-trail-various-elements-demo.tsxwww.fancycomponents.dev/r/image-trail-various-elements-demo.json · first 6 KB
1import Image from "next/image"
2
3import ImageTrail,{
4 ImageTrailItem,
5} from "@/components/fancy/image/image-trail"
6
7const ImageTrailVariousElementsDemo = () => {
8 return (
9 <div className="w-dvw h-dvh bg-white relative text-foreground dark:text-muted">
10 <ImageTrail
11 threshold={60}
12 keyframes={{ opacity: [0, 1, 1, 0], scale: [1, 1, 0] }}
13 keyframesOptions={{
14 opacity: { duration: 1, times: [0, 0.001, 0.9, 1] },
15 scale: { duration: 1, times: [0, 0.8, 1] },
16 }}
17 >
18 <ImageTrailItem>
19 <div className="w-20 sm:w-28 aspect-square relative overflow-hidden bg-orange-500">
20 <Image
21 src={
22 "https://images.unsplash.com/photo-1727341554370-80e0fe9ad082?q=80&w=2276&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
23 }
24 alt=""
25 fill
26 className="object-cover"
27 />
28 </div>
29 </ImageTrailItem>
30 <ImageTrailItem>
31 <div className="w-16 sm:w-20">
32 <svg
33 className="w-full h-full"
34 viewBox="0 0 107 243"
35 fill="none"
36 xmlns="http://www.w3.org/2000/svg"
37 >
38 <path
39// … truncated

What it pulls in

Other registry items

  • fancy/image/image-trail

Files it writes

  • examples/image/image-trail-various-elements-demo

Facts

Registry
fancy
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

www.fancycomponents.dev danielpetho/fancy on GitHub Raw registry item This item as JSON

More from fancy

All 158 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Animated Gradient Demoanimated-gradient-demofancyBlocksFreeno deps
Basic Number Ticker Demobasic-number-ticker-demofancyBlocksFreeno deps
Box Carousel Autoplay Demobox-carousel-autoplay-demofancyBlocksFree1 dep
Box Carousel Demobox-carousel-demofancyBlocksFree1 dep
Box Carousel Video Demobox-carousel-video-demofancyBlocksFree1 dep
Breathing Text Demobreathing-text-demofancyBlocksFreeno deps
Circling Elements Democircling-elements-demofancyBlocksFreeno deps
Circling Elements Easing Democircling-elements-easing-demofancyBlocksFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex