BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/fancy/gooey-svg-filter-pixel-trail-demo

Gooey Svg Filter Pixel Trail Demo

fancy/gooey-svg-filter-pixel-trail-demo
FreeBlock

A block component.

Install it

npx shadcn@latest add https://www.fancycomponents.dev/r/gooey-svg-filter-pixel-trail-demo.json

Source

examples/filter/gooey-svg-filter-pixel-trail-demo.tsxwww.fancycomponents.dev/r/gooey-svg-filter-pixel-trail-demo.json
1import useDetectBrowser from "@/hooks/use-detect-browser"
2import useScreenSize from "@/hooks/use-screen-size"
3import PixelTrail from "@/components/fancy/background/pixel-trail"
4import GooeySvgFilter from "@/components/fancy/filter/gooey-svg-filter"
5
6export default function GooeyDemo() {
7 const screenSize = useScreenSize()
8 const browserName = useDetectBrowser()
9 const isSafari = browserName === "Safari"
10
11 return (
12 <div className="relative w-dvw h-dvh flex flex-col items-center justify-center gap-8 bg-black text-center text-pretty">
13 <img
14 src="https://images.aiscribbles.com/34fe5695dbc942628e3cad9744e8ae13.png?v=60d084"
15 alt="impressionist painting"
16 className="w-full h-full object-cover absolute inset-0 opacity-70"
17 />
18
19 <GooeySvgFilter id="gooey-filter-pixel-trail" strength={5} />
20
21 <div
22 className="absolute inset-0 z-0"
23 style={{ filter: isSafari ? "none" : "url(#gooey-filter-pixel-trail)" }}
24 >
25 <PixelTrail
26 pixelSize={screenSize.lessThan(`md`) ? 24 : 32}
27 fadeDuration={0}
28 delay={500}
29 pixelClassName="bg-white"
30 />
31 </div>
32
33 <p className="text-white text-4xl sm:text-5xl md:text-7xl z-10 font-calendas w-1/2 font-bold">
34 Speaking things into existence
35 <span className="font-overused-grotesk"></span>
36 </p>
37 </div>
38 )
39}

What it pulls in

Other registry items

  • hooks/use-detect-browser
  • hooks/use-screen-size
  • fancy/background/pixel-trail
  • fancy/filter/gooey-svg-filter

Files it writes

  • examples/filter/gooey-svg-filter-pixel-trail-demo

Facts

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

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