px-actionable-design
The Predix UI Actionable module is used to initiate an action associated to the text string or icon.
Dependencies
The px-actionable-design
module depends on two other Px modules:
Installation
Install this module and its dependencies using bower:
bower install --save px-actionable-design
Once installed, @import
into your project's Sass file in its Objects layer:
@import "px-actionable-design/_objects.actionable.scss";
Usage
These flags are available and, if needed, should be set to true
prior to importing the module:
$actionable
$actionable--select
$actionable--action
$actionable--disabled
$actionable--small
$actionable--large
$actionable--huge
Options
These classes are available if the variable flags listed above are set to true
:
actionable--[small|large|huge]
: Small, large or huge Actionable Text & Iconsactionable--[select|action|disabled]
: select, action, or disabled Actionable Text & Icons
Please view the full API here