accent
The
accent
attribute adds an accent to the left-hand side of a card
. Accents can be used to highlight a card
and convey basic information about the item.Required
Default: unset
Shorthand supported?
false
Text that is displayed in the footer position of the
card
.<card>
<header>New User</header>
<accent label="Create a new user" color="positive" />
</card>
Optional
Type:
string
- can be a named color or #HEX valueDefault:
info
Shorthand supported?
false
The background color of the accent and text color of the accent's label.
<card>
<header>New User</header>
<accent label="Create a new user" color="positive" />
</card>
Last modified 2mo ago