# CircularAddButton

A standard clickable Icon.

## Usage

```jsx
import { CircularAddButton } from '@codeparticle/whitelabelwallet.styleguide';

<CircularAddButton
  onClick={handleClick}
/>
```

## Props

| name | type | default | description |
| ---- | ---- | ------- | ----------- |
| className | string | '' | Sets the className for the button element |
| dataSelector | string | '' | Optional e2e data-selector attribute |
| onClick | func | '' | Handles when the button is clicked |
