---
title: Hexagon Background
description: A background component featuring an interactive hexagon grid.
author:
name: imskyleen
url: https://github.com/imskyleen
---
## Installation
## Usage
```tsx
```
## Props
',
required: false,
},
hexagonSize: {
description: 'The size of the hexagon',
type: 'number',
required: false,
default: '75',
},
hexagonMargin: {
description: 'The margin of the hexagon',
type: 'number',
required: false,
default: '3',
},
}}
/>
## Credits
- Credits to [Denis Klak](https://codepen.io/d3nis031/pen/QWyeNYx) for the inspiration