accent
Overview
The accent
attribute adds an accent to the left-hand side of a list-item
. Accents can be used to highlight a list-item
and convey basic information about the item.
Standard Attributes
label
label
Required
Type: string
(static text, a format string or the return value of a JS/TS function)
Default: unset
Shorthand supported? false
Text that is displayed in the footer position of the list-item
.
Advanced Attributes
color
color
Optional
Type: string
- can be a named color or #HEX value
Default: info
Shorthand supported? false
The background color of the accent and text color of the accent's label.
Last updated