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.33.1.pre.alpha.PLAY14143336 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.1.pre.alpha.PLAY14063320 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.1 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.0.pre.alpha.PLAY14143318 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.0.pre.alpha.PLAY14143312 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.0.pre.alpha.PBNTR405dropdownformfixesrails3311 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.0.pre.alpha.PLAY1454formpillicons3309 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.0.pre.alpha.PLAY14143306 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.0.pre.alpha.PLAY14143305 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.33.0 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PBNTR405dropdownformfixesrails3301 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143297 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143288 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143272 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143271 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PLAY1138iconkitaddcolorprop3268 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143267 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.play1416movealiaslogic3266 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143264 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143260 app/pb_kits/playbook/pb_map/_map_custom_button.tsx