---
name: Masthead logo
route: /components/common/masthead/masthead-logo
menu: Masthead
edit: false
---

import { Playground, Props } from 'docz'
import MastheadLogo from './masthead-logo'

# Logo
## Logo

<Playground>
  <MastheadLogo />
</Playground>

## Properties
<Props of={MastheadLogo} />
