File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ jest.config.js
16
16
.env.development.local
17
17
.env.test.local
18
18
.env.production.local
19
+ react-cookies-consent.png
19
20
20
21
# config
21
22
.babelrc
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class Example extends Component {
43
43
44
44
By default the rendered component will be fixed at the bottom and will look like this:
45
45
46
- ![ React Cookies Consent Component] ( react-cookies-consent.png )
46
+ ![ React Cookies Consent Component] ( https://github.com/aleph-engineering/react-cookies-consent/blob/master/ react-cookies-consent.png)
47
47
48
48
But the styles can be modified by overriding this ` css ` classes:
49
49
1 . ` .cookies-consent ` : Entire Component container.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cuban-engineer/react-cookies-consent" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " React component for the managing the user awareness regarding cookies usage" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " lib/index.es.js" ,
You can’t perform that action at this time.
0 commit comments