Greater-London-Authority / ldn-viz-tools

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

WIP: start refactor of modals and tooltips #346

Open jamesscottbrown opened 4 months ago

jamesscottbrown commented 4 months ago

The idea is that each "help provider" (tooltip, popover, modal) can render both its "trigger" and it's content.

There is a standard Trigger component: it receives a context containing functions to call when it is interacted with.

This is a very incomplete WIP that I've added as a draft PR so I don't forget the idea.