Skip to content

Commit

Permalink
Merge pull request #108 from notificationapi-com/BEoL9vez/2378-react-…
Browse files Browse the repository at this point in the history
…sdk-key-fix-for-virtuallist

New iconColor
  • Loading branch information
sahandseifi authored Sep 13, 2024
2 parents 2d2eec5 + 132c9fa commit 67eb12e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/reference/react-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,12 @@ Example:

Make our button fit in - or stand out. You can customize our button using the following parameters:

| Parameter | Type | Description |
| ------------------ | -------- | ---------------------------------------------------- |
| **buttonIconSize** | `number` | Determines the size of the icon used for the button. |
| **buttonHeight** | `number` | Determines the height of the button. |
| **buttonWidth** | `number` | Determines the width of the button. |
| Parameter | Type | Description |
| ------------------ | -------- | ----------------------------------------------------- |
| **buttonIconSize** | `number` | Determines the size of the icon used for the button. |
| **buttonHeight** | `number` | Determines the height of the button. |
| **buttonWidth** | `number` | Determines the width of the button. |
| **iconColor** | `string` | Determines the color of the icon used for the button. |

```jsx
<NotificationPopup buttonIconSize={30} buttonHeight={50} buttonWidth={50} />
Expand Down

0 comments on commit 67eb12e

Please sign in to comment.