Point left
"left"The chevron points left.
Navigation and layout
ChevronHorizontalStateIconSwitches between left and right directions.
The chevron points left.
"left"The chevron points left.
"right"The chevron points right.
Implementation
The component stays presentational. Your application remains in control of async work and business logic. The state prop is a TypeScript string literal union — pass an invalid state and you'll get a type error at build time.
import { ChevronHorizontalStateIcon } from "@stateglyph/react";
<ChevronHorizontalStateIcon state="right" decorative />