---
name: Navbar
---

import { ThemeProvider } from 'styled-components';
import { Playground, PropsTable } from 'docz';
import { theme } from '../../theme';
import Navbar from './';

# Navbar

## Basic Usage

<Playground>
  <Navbar>
    <h3>Navbar</h3>
  </Navbar>
</Playground>

## Properties

<PropsTable of={Navbar} />
