Home Reference Source

References

atoms

summary
public

AudioComponent contains a sound source

public

ButtonComponent displays a button, natch.

public

CubeComponent is mostly used as a base class for Components that are some sort of cube.

public

HeadingComponent represents a title or heading made up only of text.

public

IconComponent displays an image in the DOM or a geometry in the SOM

public

ImageComponent handles the display of a single image.

public

LabelComponent displays a single line of text

public

ModalComponent shows another Component in front of other content.

public

MultiComponent holds a set of Components and shows one at a time.

public

ProgressComponent tracks change of a process.

public

SelectionComponent offers the user a set of choices for single or multiple selection.

public

SliderComponent gives the user the ability to choose from a range of values.

public

SwitchComponent gives the user the ability to flip a switch.

public

TextComponent holds a string which may include paragraphs but not other media.

public

TextInputComponent shows the user a field or area in which to enter text.

public

ToggleComponent shows a triangle and represents an open or closed state

public

VideoComponent displays a single video.

public

molecules

summary
public

AudioPlayerComponent shows an AudioComponent along with play/pause and shuttle controls.

public

ButtonGroupComponent gathers together ButtonComponents.

public

CardComponent contains a list of Audio-, Video-, or Image- Components and a caption LabelComponent

public

DateFieldComponent

public

FormComponent holds a set of sub-Components related to filling out information in a form.

public
public
public

TextInputFieldComponent provides a text field, natch

public

ImageCardComponent is a CardComponent that shows a single image and metadata.

public

MenuComponent holds a set of menu item Components.

public

ModeSwitcherComponent allows the user to switch between flat, portal, and immersive display modes.

public

PaginationComponent shows controls for moving forward and back in a ListComponent or a CollectionComponent

public

ToolTipComponent shows a Component next to another Component

public

VideoPlayerComponent shows a VideoComponent as well as play/pause and shuttle controls.

public

WaitComponent shows a spinner, to ensure the user that a process is happening.

organisms

summary
public

C CollectionComponent(dataObject: DataObject, options: Object)

CollectionComponent provides a generic list UI for DataCollections.

public

MastheadComponent contains:

  • a brand Component
  • a navigation MenuComponent
  • a ModeSwitcherComponent
public

MediaGridComponent shows a CSS grid of CardComponents like images, videos, audio tracks, etc.

public

VirtualKeyboardComponent routes button activations to the Component.TextInputReceiver.sendTextCommand(...) which routes it into the action-input system.

Directories