Mahou UIMahou UI

Flow

⚡ Magic circuits flowing

Preview

Loading...

Installation

CLI

pnpm dlx shadcn@latest add https://mahou-ui.kevintakeda.com/r/flow.json

Usage

import { Flow } from "@/components/ui/flow";

Props

PropTypeDefaultDescription
classNamestring-Additional class name for the SVG element
fromRefRefObject<HTMLElement | null>-Reference to the starting HTMLElement
toRefRefObject<HTMLElement | null>-Reference to the ending HTMLElement
borderRadiusnumber48Radius for path curves or steps
spacingnumber200Length of dashes in the animated flow
glownumber0Intensity of the glow effect
baseColorstring-Color for the static base path
flowColorstring-Color for the animated flowing path (required)
style"smooth" | "sharp""sharp"Style of the path: smooth or sharp