Skip to content

Chevron Toggle

An chevron toggle displays a icon Button with a chevron pointing in one of four directions. It's the responsibility of the parent component to manage the direction.

Directions

vue
<ChevronToggle direction="up" />
<ChevronToggle direction="down" />
<ChevronToggle direction="left" />
<ChevronToggle direction="right" />

API

See the documentation below for a complete reference to all the props and classes available to the components mentioned here.