promptCompare
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v140View latest version
A custom connection line component for React Flow-based canvases with animated bezier curve styling.
The Connection component provides a styled connection line for React Flow
canvases. It renders an animated bezier curve with a circle indicator at the
target end, using consistent theming through CSS variables.
npx ai-elements@latest add connection
- Smooth bezier curve animation for connection lines
- Visual indicator circle at the target position
- Theme-aware styling using CSS variables
- Cubic bezier curve calculation for natural flow
- Lightweight implementation with minimal props
- Full TypeScript support with React Flow types
- Compatible with React Flow's connection system
| Prop | Type | Default | Description |
|---|---|---|---|
fromX | number | - | The x-coordinate of the connection start point. |
fromY | number | - | The y-coordinate of the connection start point. |
toX | number | - | The x-coordinate of the connection end point. |
toY | number | - | The y-coordinate of the connection end point. |