Row
Row renders a horizontal flex container with wrapping and a default gap.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Horizontal flex container with wrapping and alignment
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)
ui.row(props?, children?)
lui.row(props?, children?)
| Prop | Type | Description |
|---|---|---|
align | 'start' | 'center' | 'end' | Vertical alignment. Defaults to center. |
className | string | Appends classes to the default row class. |
style, font, theme, vars | mixed | Common LUI styling props. |
Was this page helpful?
