Docs
Hacker Backgroud
Hacker Backgroud
A amazing hacker Backgroud
Installation
Copy and paste the dot code into your project.
API Reference
Props
| Prop | Type | Description |
|---|---|---|
| color | string | background color. |
| size | number | font size. |
| speed | number | animations speed |
| className | string | Additional classes for the Dot. |
Usage
export default function HackerBackgroundDemo() {
return (
<div className="w-full h-[400px] border rounded-md relative overflow-hidden">
<HackerBackground />
</div>
)
}