957 B
957 B
Chevron
Chevron
components render Icon
with one of the chevron-
glyphs.
Param | Type | Default | Description |
---|---|---|---|
[direction] | String |
"right" |
the direction the chevron icon points. Accepted values are "right", "down", "left", "up". |
[isButton] | String |
false |
if true, adjusts the CSS classes to push the icon closer to the right of a button. |
Example
<Chevron @direction="up" />
See