px-button-group-design
The Predix UI Button Group module is an implementation of button groups, either multi or unique select.
Dependencies
The px-button-group-design
module depends on two other PX modules:
Upstream dependency
The px-button-group-design
module is also an upstream dependency in this meta kit:
Installation
Install this module and its dependencies using bower:
bower install --save px-button-group-design
Once installed, @import
into your project's Sass file in its Objects layer:
@import "px-button-group-design/_objects.button-group.scss";
Usage
The following variables are available for use in the module:
$inuit-btn-group-color
$inuit-btn-group-background
$inuit-btn-group-background--hover
$inuit-btn-group-background--pressed
$inuit-btn-group-border-color
$inuit-btn-group-border-color--hover
$inuit-btn-group-border-color--pressed
Please view the full API here