HStack

Horizontal stack layout.

Example

//
// ScriptWidget
// https://xnu.app/scriptwidget
//
// Usage for component hstack
//

$render(
  <hstack>
    <text>First</text>
    <text>Second</text>
  </hstack>
);