<bolt-icon-group icon-one-name="eye" icon-two-name="eye" icon-three-name="eye" icon-color="teal"></bolt-icon-group>
Note: when assigning component props as HTML attributes on a web component, make sure to use kebab-case
.
Prop Name | Description | Type | Default Value | Option(s) |
---|---|---|---|---|
|
A Drupal-style attributes object with extra attributes to append to this component. |
object
| — |
|
|
Name of first icon. |
string
|
eye
|
|
|
Name of second icon. |
string
|
eye
|
|
|
Name of third icon. |
string
|
eye
|
|
|
Color of all icons. |
string
|
teal
|
|
|
Background color of all icons. |
string
|
white
|
|