buildo / react-cookie-banner

React Cookie banner which can be automatically dismissed with a scroll. Because fuck The Cookie Law, that's why.
http://react-components.buildo.io/#cookiebanner
MIT License
182 stars 19 forks source link

Users should be able to dismiss banner by clicking anywhere on it #54

Closed FrancescoCioria closed 6 years ago

FrancescoCioria commented 6 years ago

This can be already implemented by doing

<CookieBanner>
  {(onAccept) => <div onClick={onAccept}><Content {...templateProps} /></div>
</CookieBanner>

But as more than one person has this use case, it would be better to support it natively with a dedicated prop like dismissOnClick