Reference Source
import {Shell} from '@adobe/coral-spectrum'
public class | source

Shell

Expression Extends:

class Shell extends BaseComponent(HTMLElement)

Mixin Extends:

HTMLElement, BaseComponent

The Shell base component to be used with its family for console like applications. See examples for how to integrate all Shell sub components.

See:

Example:

Markup
<coral-shell></coral-shell>
JS constructor
new Coral.Shell();

Member Summary

Public Members
public

The shell content zone.

public

The shell header zone.

public

The menu collection.

Public Members

public content: ShellContent source

The shell content zone.

  • content-zone

public header: ShellHeader source

The shell header zone.

  • content-zone

public menus: Collection source

The menu collection.

  • read-only