feat: add CookieBanner, CamMuiTheme, + example
For #1 (closed)
What does this MR do?
- Adds remaining code for
CookieBanner
in this repo -- it's a component you can use to add an approved cookie banner. - It also adds a theme (
CamMuiTheme
) borrowed from DA. - Adds instructions for usage in
README.md
.
Checks
- Ran through steps in README.md. All works as expected
- Compared the cookie banner to what we see in DA (AP frontend) by looking at the prod version:
- Checked that the code for
CookieBanner
andCamMuiTheme
matches the code in AP frontend.
Edited by Benjamin Woods