A4ALogo (JSX)
This component is used to display an Automattic or Automattic for Agencies logo
How to use
import A4ALogo from 'calypso/components/a4a-logo';
export default function A4ALogoExample() {
return (
<div>
<A4ALogo full size={ 64 } />
</div>
);
}
Props
full: (bool) Whether or not to show the full Automattic logo with textfullA4A: (bool) Whether or not to show the full "Automattic for Agencies" logoclassName: (string) Custom class name to be added to the SVG elementsize: (number) The height of the SVG. Default is32