@rocketsofawesome/mirage
Version:
[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)
26 lines (23 loc) • 475 B
Markdown
### Logged In Non-Subscriber User
```js
<div style={{marginLeft: '200px', height: '370px'}}>
<DesktopAccountLinks
name='Shawn'
loggedIn />
</div>
```
### Logged In Non-Subscriber User
```js
<div style={{marginLeft: '200px', height: '370px'}}>
<DesktopAccountLinks
name='Shawn'
loggedIn
isSubscriptionMember />
</div>
```
### Logged Out User:
```js
<div style={{marginLeft: '200px'}}>
<DesktopAccountLinks />
</div>
```