@rocketsofawesome/mirage
Version:
[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)
23 lines (19 loc) • 452 B
Markdown
```js
<div style={{backgroundColor: '#0073D1'}}>
<Hamburger />
</div>
```
## Hamburger Toggled Example:
```js
<div style={{backgroundColor: '#0073D1'}}>
<Hamburger open />
</div>
```
## Animated Example:
_Note: This is just to show the animation, the component should also animate
when the open prop is changed, if it is not set, the default state is closed._
```js
<div style={{backgroundColor: '#0073D1'}}>
<Hamburger animated />
</div>
```