@rocketsofawesome/mirage
Version:
[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)
17 lines (13 loc) • 308 B
Markdown
```js
<BlueHamburger />
```
## Hamburger Toggled Example:
```js
<BlueHamburger open />
```
## 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
<BlueHamburger animated />
```