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

Allow custom styles #8

Closed davkal closed 9 years ago

davkal commented 9 years ago
<CookieBanner styles={{message: {fontWeight: 400}}} message="..." />

overrides the fontWeight property of the message style and sets it to normal weight.

See src/styleUtils.js for the base style objects to override.

Updated README for custom styling

FrancescoCioria commented 9 years ago

Nice job, thank you!

FrancescoCioria commented 9 years ago

published as 0.0.10

davkal commented 9 years ago

That was quick! Thx