open-vault/ui/lib/core/stories/chevron.md
Alexander Scheel 1996336481
Update repository links to point to main (#14112)
* 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>
2022-02-17 14:30:56 -05:00

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