Classes list

Every class Flex utilities recognizes, straight from the @flickui/css source.

ClassPurpose
.flexdisplay: flex
.direction-row / .direction-row-reverseflex-direction: row / row-reverse
.direction-column / .direction-column-reverseflex-direction: column / column-reverse
.gap-xs|sm|md|lg|xlgap (both axes) at the matching space scale
.gap-x-xs|sm|md|lg|xlcolumn-gap only
.gap-y-xs|sm|md|lg|xlrow-gap only
.jc-start|end|center|between|around|evenlyjustify-content
.ai-start|end|center|stretch|baselinealign-items
.ac-start|end|center|between|around|evenly|stretchalign-content
.ji-start|end|center|stretchjustify-items
.jcai-<jc>-<ai>Combined justify-content + align-items in one class (30 combinations)
.wrap-nowrap / .wrap-wrap / .wrap-wrap-reverseflex-wrap
.flex-1flex: 1; min-width: 0 — a child that grows to fill remaining space
.w-100width: 100%
.text-mutedSets color to the muted text token
.visually-hiddenScreen-reader-only content (visually hidden, still announced)