Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 405 Bytes

File metadata and controls

19 lines (13 loc) · 405 Bytes

slab

A minimal flexbox-inspired layout library for Zig. Primarily built for my own use in simple applications like status bars and widgets.

Features

  • Row/column stacking
  • Flex sizing
  • Padding, margin, gap
  • Alignment (start, center, end, space-between, space-around, space-evenly)

See examples/ for usage.

Build

zig build test     # run tests
zig build example  # run example