Accessible map component
npm install @defra/flood-mapRun:
``shell`
npm i @defra/flood-map
You will need to initialise flood map in your client side code:
`js`
import FloodMap from '@defra/flood-map';
In your html, will need to add a map placeholder container
`html`
And finally, if using buttonFirst or hybrid behaviour, a script tag to prevent the floodmap widget "flashing" on page load/reload.
`html``
To follow...