Magnet Lines

Interactive lines that follow your mouse pointer with magnetic effect

Configuring your account...

Please wait while we prepare everything for you

Usage

import MagnetLines from './MagnetLines';

<MagnetLines
  rows={9}
  columns={9}
  containerSize="60vmin"
  lineColor="#ffffff"
  lineWidth="0.8vmin"
  lineHeight="5vmin"
  baseAngle={0}
  style={{ margin: "2rem auto" }}
/>

Props

PropTypeDefaultDescription
rowsnumber9Number of rows in the grid
columnsnumber9Number of columns in the grid
containerSizestring'60vmin'Size of the container
lineColorstring'#ffffff'Color of the lines
lineWidthstring'0.8vmin'Width of each line
lineHeightstring'5vmin'Height of each line
baseAnglenumber0Base rotation angle in degrees