Background Paths

Background paths with title gradient.

Live Preview
Open in
Background Paths
Background Paths

BackgroundPaths

Motion

Installation

npm install motion

Usage

import BackgroundPaths from "@/components/xui/background-paths";

export function MyComponent() {
  return (
    <div className="relative min-h-screen">
      <BackgroundPaths />
    </div>
  );
}

Props

This component has no configurable props.

Dependencies

This component requires the following packages:

  • motion (framer-motion)