open-vault/ui/stories/chevron.md
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

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