roa-mirage
Version:
[Live Demo of the Pattern Library](https://mealeyst.github.io/mirage/)
22 lines (19 loc) • 408 B
Markdown
```js
<Hamburger />
```
## Closed Example:
```js
<Hamburger open />
```
## White Hamburger Example:
```js
<div style={{backgroundColor: '#0073D1'}}>
<Hamburger strokeColor='white' />
</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
<Hamburger animated />
```