mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-11-03 18:28:50 +01:00
Checking the {acceptedByScrolling} boolean property will allow you to
determine whether the acceptance was triggered by the user scrolling
(if acceptedByScrolling=true) or explicitly clicking the Accept button
(if acceptedByScrolling=false).