# App
We have created `MobileApp`, `DesktopApp` and `MobileDesktopApp` to support multiple view types. AtomControl can directly be hosted inside any html element and you can create anything with it. These apps provide basic layout and functionality for most used use cases.

# MobileApp

Mobile App only offers drawer layout and content pages. You can customize each kind of content that is being displayed.

# DesktopApp
In desktop app, Drawer is always visible on left side of the page. And DesktopApp
contains status bar.

# MobileDesktopApp

MobileDesktopApp is a combination of MobileApp and DesktopApp. It loads the app based on the device.

# Sample
For more, please visit,
https://stackblitz.com/~/github.com/web-atoms-samples/desktop-mobile-app