nori-ui

VStack

Vertical stack with gap, align, and justify.

At a glance

  • Flex column with configurable gap, align, justify.
  • Mirror of HStack for vertical layouts.

Web preview

Native preview

Props

PropTypeDefaultDescription
gap'xs' | 'sm' | 'md' | 'lg' | 'xl''md'Space between children
align'start' | 'center' | 'end' | 'stretch''stretch'Cross-axis alignment
justify'start' | 'center' | 'end' | 'between' | 'around''start'Main-axis justification
classNamestringNativeWind class overrides

On this page