w
<div layout="w:100px ...">...</div>
The w utility lets you define the width of an element.
You can specify the value using any valid CSS unit. If no unit is provided, a default harmonic value will be applied.
This attribute is rarely needed, as components like box, center, and others typically handle width management. However, it can be useful in certain situations.