@open-pioneer/map-ui-components
v0.7.0
Published
Contains ui components that can used together with the map
Downloads
126
Keywords
Readme
@open-pioneer/map-ui-components
This package contains ui components that can used together with the map.
Tool buttons
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.
License
Apache-2.0 (see LICENSE
file)