Chip

Outlined tag with optional border color.

Example

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

$render(
  <hstack frame="max" padding="12" spacing="8">
    <chip text="Today" />
    <chip text="Focus" borderColor="#38bdf8" color="#0f172a" />
  </hstack>
);