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

ShellSolution

Expression Extends:

class ShellSolution extends BaseComponent(HTMLAnchorElement)

A Shell Solution component

See:

Example:

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

Member Summary

Public Members
public

Specifies the icon name used inside the button.

public

The solution's label content zone.

  • content-zone

public

Whether a solution is linked or not

  • false by default.

Public Members

public icon: String source

Specifies the icon name used inside the button. See Icon for valid icon names.

  • "" by default.

public label: ShellSolutionLabel source

The solution's label content zone.

  • content-zone

public linked: Boolean source

Whether a solution is linked or not

  • false by default.
  • reflected