Sha256: f7903574c888d68701a104c958bf8b0968a6dfbca29108bf8a5956bb37b0a91b

Contents?: true

Size: 424 Bytes

Versions: 625

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

625 entries across 625 versions & 1 rubygems

Version Path
playbook_ui-14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4901 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4898 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4891 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4890 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment4889 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.12 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.11 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4868 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4866 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.PBNTR738collapsiblewithintablekit4855 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.10 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.9 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.8 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.7 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.6 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.5 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.4 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.PLAY16264818 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.9.0.pre.alpha.PBNTR702stickyleftcolrails4806 app/pb_kits/playbook/pb_map/_map_custom_button.tsx
playbook_ui-14.10.0.pre.rc.3 app/pb_kits/playbook/pb_map/_map_custom_button.tsx