Point up
"up"The chevron points upward.
Navigation and layout
ChevronVerticalStateIconSwitches between upward and downward directions.
The chevron points upward.
"up"The chevron points upward.
"down"The chevron points downward.
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 { ChevronVerticalStateIcon } from "@stateglyph/react";
<ChevronVerticalStateIcon state="down" decorative />