From 0066ee6d9b49fec61f7ae980df3398593fb283fe Mon Sep 17 00:00:00 2001 From: Vanita Barrett Date: Fri, 16 Apr 2021 15:33:19 +0100 Subject: [PATCH] Add missing cookie banner component README --- src/govuk/components/cookie-banner/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/govuk/components/cookie-banner/README.md diff --git a/src/govuk/components/cookie-banner/README.md b/src/govuk/components/cookie-banner/README.md new file mode 100644 index 0000000000..1c9198084f --- /dev/null +++ b/src/govuk/components/cookie-banner/README.md @@ -0,0 +1,15 @@ +# Cookie banner + +## Installation + +See the [main README quick start guide](https://github.com/alphagov/govuk-frontend#quick-start) for how to install this component. + +## Guidance and Examples + +Find out when to use the cookie banner component in your service in the [GOV.UK Design System](https://design-system.service.gov.uk/components/cookie-banner). + +## Component options + +Use options to customise the appearance, content and behaviour of a component when using a macro, for example, changing the text. + +See [options table](https://design-system.service.gov.uk/components/cookie-banner/#options-default-cookie-banner-example) for details.