limestone/ActionGuide
Limestone styled action guide component and behaviors.
Loading Live Preview
Loading Live Preview
Members
Section titled “Members ”ActionGuide Component
Section titled “ActionGuide   Component ”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
ActionGuideBase Component
Section titled “ActionGuideBase   Component ”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
buttonAriaLabel
Section titled “buttonAriaLabel”The "aria-label" for the button.
children
Section titled “children”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
disabled
Section titled “disabled”Disables the button.
The icon displayed within the action guide.
Default: 'arrowsmalldown'onClick
Section titled “onClick”Called when Button is clicked.
ActionGuideDecorator Higher-Order Component
Section titled “ActionGuideDecorator   Higher-Order Component ”Applies Limestone specific behaviors to limestone/ActionGuidelimestone/ActionGuide.ActionGuideBase.
Includes:
limestone/Skinnablelimestone/Skinnable.Skinnable