Greater-London-Authority / ldn-viz-tools

https://greater-london-authority.github.io/ldn-viz-tools/
1 stars 0 forks source link

Add MapCursorEvent component #357

Closed PaulioRandall closed 3 months ago

PaulioRandall commented 3 months ago

What does this change?

  1. Adds <MapCursorEvent> component that provides a Svelte interface to the MapCursor functionality.
  2. Adds test data & updates <Map> and <MapCursorEvent> stories.

Why?

It's easier and less verbose to add events via a component than within JavaScript code.

How is it tested?

Storybook + live applications.

How is it documented?

Storybook

Are light and dark themes considered?

N/A

Is it complete?