@rocketsofawesome/mirage
Version:
[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)
23 lines (22 loc) • 430 B
Markdown
```js
<MainLayout headerProps={
{
above:
<Status fontSize='14px'>FREE SHIPPING FOR ORDERS OF $50+ • FREE RETURNS</Status>,
position:'absolute',
mobileProps: {
position: 'absolute',
drawerPosition:'absolute'
},
desktopProps: {
position: 'absolute'
}
}
}>
<FlexRow>
<FlexCol>
<Fillerama />
</FlexCol>
</FlexRow>
</MainLayout>
```