Skip to content
Enact

limestone/ActionGuide

Limestone styled action guide component and behaviors.

Loading Live Preview

An Action Guide component, ready to use in Limestone applications.

ActionGuide may be used to display text and icon to describe an action.

Usage:

<ActionGuide icon="arrowlargedown">Hello</ActionGuide>

Extends: limestone/ActionGuidelimestone/ActionGuide.ActionGuideBase
Wrapped with: limestone/ActionGuidelimestone/ActionGuide.ActionGuideDecorator

An Action Guide component.

This component is most often not used directly but may be composed within another component as it is within limestone/ActionGuidelimestone/ActionGuide.ActionGuide.

Properties

The "aria-label" for the button.


The contents for the action guide.


Customizes the component by mapping the supplied collection of CSS class names to the corresponding internal elements and states of this component.

The following classes are supported:

  • actionGuide - The root component class


Disables the button.


The icon displayed within the action guide.

Default: 'arrowsmalldown'

Called when Button is clicked.

ActionGuideDecorator   Higher-Order Component

Section titled “ActionGuideDecorator &ensp; Higher-Order Component ”

Applies Limestone specific behaviors to limestone/ActionGuidelimestone/ActionGuide.ActionGuideBase.

Includes: limestone/Skinnablelimestone/Skinnable.Skinnable