Sha256: f7903574c888d68701a104c958bf8b0968a6dfbca29108bf8a5956bb37b0a91b

Contents?: true

Size: 424 Bytes

Versions: 628

Compression:

Stored size: 424 Bytes

Contents

import React from "react";
import Button from "../pb_button/_button";
import Icon from "../pb_icon/_icon";

type MapCustomButtonTypes = {
  onClick?: () => void;
  icon?: string;
};

const MapCustomButton = ({ onClick, icon }: MapCustomButtonTypes) => {
  return (
    <Button className="pb_map-custom-button"
        onClick={onClick}
    >
      <Icon icon={icon} />
    </Button>
  );
};

export default MapCustomButton;

Version data entries

628 entries across 628 versions & 1 rubygems

Version Path
playbook_ui-13.34.1.pre.alpha.pbntr258paginationkitforreact3411 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.1.pre.alpha.pbntr258paginationkitforreact3409 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.1.pre.alpha.pbntr258paginationkitforreact3404 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.1.pre.alpha.powerfontsexternal3403 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.0.0 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.1.pre.alpha.PLAY14633399 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.1.pre.alpha.play1407statvaluekitinconsistencies3388 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.1.pre.alpha.PLAY14703378 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0.pre.alpha.PLAY14143373 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0.pre.alpha.PLAY14143372 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.1 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3370 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3369 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3368 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3366 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0.pre.alpha.PLAY14143358 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0.pre.alpha.PLAY14143357 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.34.0 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.1.pre.alpha.play1407statvaluekitinconsistencies3352 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.1.pre.alpha.PLAY14143340 app/pb_kits/playbook/pb_map/_map_custom_button.tsx