Docs
Hacker Backgroud

Hacker Backgroud

A amazing hacker Backgroud

Installation

Copy and paste the dot code into your project.

API Reference

Props

PropTypeDescription
colorstringbackground color.
sizenumberfont size.
speednumberanimations speed
classNamestringAdditional classes for the Dot.

Usage

export default function HackerBackgroundDemo() {
  return (
    <div className="w-full h-[400px] border rounded-md relative overflow-hidden">
      <HackerBackground />
    </div>
  )
}