1996336481
* Update repository links to point to main Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Fix broken link in relatedtools.mdx Co-authored-by: Steven Clark <steven.clark@hashicorp.com> Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
955 B
955 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