PixelTrail

PreviousNext

Pixelated cursor trail emitting fading squares with retro digital feel.

Docs
react-bitscomponent

Preview

Loading preview…
PixelTrail/PixelTrail.css
.goo-filter-container {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.pixel-canvas {
  position: absolute;
  z-index: 1;
}

Installation

npx shadcn@latest add @react-bits/PixelTrail-TS-CSS

Usage

import { PixelTrailTSCSS } from "@/components/PixelTrail-TS-CSS"
<PixelTrailTSCSS />