Open Pioneer Trails Packages
    Preparing search index...

    Module @open-pioneer/map-ui-components - v0.10.0

    @open-pioneer/map-ui-components

    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)

    Interfaces

    ToolButtonProps

    Variables

    ToolButton