added customButtonProps (#147)

This commit is contained in:
Oskar Filipowicz
2022-02-08 17:12:46 +01:00
committed by GitHub
parent 91d86af611
commit 541194819b
4 changed files with 10 additions and 0 deletions

View File

@@ -183,6 +183,7 @@ That option would be interesting if you want to allow user to change their conse
| customContainerAttributes | object | `{}` | Allows you to set custom (data) attributes on the container div |
| onOverlayClick | function | `() => {}` | allows you to react to a click on the overlay |
| acceptOnOverlayClick | boolean | false | Determines whether the cookies should be accepted after clicking on the overlay |
| customButtonProps | object | `{}` | Allows you to set custom props on the button component |
## Debugging it