FloatingLines

PreviousNext

3D floating lines that react to cursor movement.

Docs
react-bitscomponent

Preview

Loading preview…
FloatingLines/FloatingLines.css
.floating-lines-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

Installation

npx shadcn@latest add @react-bits/FloatingLines-JS-CSS

Usage

import { FloatingLinesJSCSS } from "@/components/FloatingLines-JS-CSS"
<FloatingLinesJSCSS />