Background Paths
Background paths with title gradient.
Installation
npm install motionUsage
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)