Picklists are expandable menus, which provide users with choices.
Status
Release Available |
Status |
Framework Name |
---|---|---|
3.2 |
Current |
TBC |
General
Note
Amex only right now.
-
Add the icon attribute for the icon text in the button appearance so that a button can have both an icon and a label.
-
iconic style can be combined with
primary
,secondary
, andtertiary
Example 9. Code JSON
"componentActions: [{ "name": "foo", ... "appearance": { "style": "secondary iconic", "label": "Good!", "icon": "dls-icon-thumbs-up" },...