3.9.0 • Published 4 years ago
@guardian/src-ed-logo v3.9.0
QuoteIcon
The Guardian logo appears in the header on most editorial pages
Install
$ yarn add @guardian/src-ed-logoor
$ npm i @guardian/src-ed-logoUse
import { Logo } from '@guardian/src-ed-logo';
const Header = () => {
return (
<header css={headerStyles}>
<p>Some other header things</p>
<Logo />
</header>
);
};Logo Props
logoType
"standard" | "anniversary" | "bestWebsite"
The type of logo to return