Screen Playground

Edit the layout language and see it render live.

Screen Language docs
Screen
<Section title="Overview">
  <Row>
    <Field id="Priority" width={6} />
    <Field id="Assignee" width={6} />
  </Row>
  <Field id="Description" height={3} heightAutoExpand />
</Section>
Overview