Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sure-developer.com/llms.txt

Use this file to discover all available pages before exploring further.

Row

Row renders a horizontal flex container with wrapping and a default gap.
ui.row({
  align = 'start',
  className = 'justify-between'
}, function()
  ui.badge('Live')
  ui.button('Close', onClose)
end)

API

ui.row(props?, children?)

Props

PropTypeDescription
align'start' | 'center' | 'end'Vertical alignment. Defaults to center.
classNamestringAppends classes to the default row class.
style, font, theme, varsmixedCommon LUI styling props.