Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
add brand readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SiAdcock committed Oct 20, 2020
1 parent 7d55e33 commit 79da8a6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/core/brand/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Brand

📣 For more context and visual guides relating to brand usage, visit the [Source Design System website](https://theguardian.design/2a1e5182b/p/8909e0-assets)

## Install

```sh
$ yarn add @guardian/src-brand
```

## Use

Our brand SVGs are exported as React components.

```tsx
import { SvgGuardianLogo } from "@guardian/src-brand"

React.render(<SvgGuardianLogo />, rootElement)
```

0 comments on commit 79da8a6

Please sign in to comment.