Label

Text with SF Symbol icon.

Example

//
// ScriptWidget
// https://xnu.app/scriptwidget
//
// component: label
//

$render(
  <vstack frame="max" padding="12" spacing="8">
    <label title="Sunrise" systemName="sunrise.fill" color="#f59e0b" />
    <label title="Battery" systemName="battery.100" color="#22c55e" />
  </vstack>
);