mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-04-05 23:12:55 +02:00
Fix the README.md (#142)
This commit is contained in:
parent
ab046db1e8
commit
712adf9c5b
@ -179,10 +179,8 @@ That option would be interesting if you want to allow user to change their conse
|
|||||||
| ariaDeclineLabel | string | Decline cookies | Aria label to set on the decline button |
|
| ariaDeclineLabel | string | Decline cookies | Aria label to set on the decline button |
|
||||||
| acceptOnScroll | boolean | false | Defines whether "accept" should be fired after the user scrolls a certain distance (see acceptOnScrollPercentage) |
|
| acceptOnScroll | boolean | false | Defines whether "accept" should be fired after the user scrolls a certain distance (see acceptOnScrollPercentage) |
|
||||||
| acceptOnScrollPercentage | number | 25 | Percentage of the page height the user has to scroll to trigger the accept function if acceptOnScroll is enabled |
|
| acceptOnScrollPercentage | number | 25 | Percentage of the page height the user has to scroll to trigger the accept function if acceptOnScroll is enabled |
|
||||||
|
| customContentAttributes | object | `{}` | Allows you to set custom (data) attributes on the content div |
|
||||||
| customContentAttributes
|
| customContainerAttributes | object | `{}` | Allows you to set custom (data) attributes on the container div |
|
||||||
| object | {} | Allows you to set custom (data) attributes on the content div |
|
|
||||||
| customContainerAttributes | object | {} | Allows you to set custom (data) attributes on the container div |
|
|
||||||
|
|
||||||
## Debugging it
|
## Debugging it
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user