0.7.0 • Published 8 months ago

@open-pioneer/map-ui-components v0.7.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@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)