The Application Shell contains an Application Bar used for branding and cross-platform functionality. Layouts, such as Page and Navigation are placed inside the Content Region of the Shell Layout.
When adopting Module Federation for your application on the OLYSENSE Platform, the Application Shell and Application Bar are managed by the host application. You should use Page Layouts to build Page Views as the starting point for your application.
Note: You only need to import a web component once in your code, as it registers itself globally when defined, allowing you to use it anywhere within your application without needing to re-import it each time you want to use the component.
This component is still in development and cannot be imported at this time.
Slots
Name
Description
shell-header
The slot used to render the shells Application Bar
shell-main
The slot used to render the shells main content or micro application
Properties
Please note, both DOM properties and HTML attributes are shown in the table below. Unless otherwise specified, the property and attribute names are identical.
Property/Attribute
Reflects
Type
Default
outlines
boolean
false
Parts
Name
Description
base
The component's base wrapper.
Usage
Do
Use Application Views within the Content Region of the Application Shell
Use the appropriate Application Bar for your application and user type