This package contains ui components that can used together with the map.
To create a simple icon button with a tooltip and an aria-label, use the ToolButton component as in the following sample:
<ToolButton label={someLabel} icon={<SomeIcon />} onClick={someEventHandler} />
This component is used to add an icon button to the map.
Apache-2.0 (see LICENSE file)