This package has been deprecated

Author message:

This package has been replaced by @guardian/source-react-components.

@guardian/src-ed-logo
TypeScript icon, indicating that this package has built-in type declarations

3.9.0 • Public • Published

QuoteIcon

The Guardian logo appears in the header on most editorial pages

Install

$ yarn add @guardian/src-ed-logo

or

$ npm i @guardian/src-ed-logo

Use

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

Readme

Keywords

none

Package Sidebar

Install

npm i @guardian/src-ed-logo

Weekly Downloads

0

Version

3.9.0

License

Apache-2.0

Unpacked Size

55 kB

Total Files

12

Last publish

Collaborators

  • joecowton1
  • guardian-developers
  • akash1810
  • reetta
  • sndrs
  • mxdvl