RoundedRect
Rounded rectangle block shape.
Example
//
// ScriptWidget
// https://xnu.app/scriptwidget
//
// component: roundedrect
//
$render(
<vstack frame="max" padding="12">
<roundedrect radius="12" color="#38bdf8" frame="140,60" />
</vstack>
);