Position Intent Overview
Position intent contains element's position related utilities.
Utilities available in @position intent are listed below.
| Utility | Description | Documentation |
|---|---|---|
is-* | Set element's position method or type related to parent. | is |
inset-* | Set positioned element's distance or offset from all sides from the parent. | inset |
top-* | Set positioned element's top side distance or offset from the parent. | top |
bottom-* | Set positioned element's bottom side distance or offset from the parent. | bottom |
left-* | Set positioned element's left side distance or offset from the parent. | left |
right-* | Set positioned element's right side distance or offset from the parent. | right |
x-* | Set positioned element's right and left (horizontal) side distance or offset from the parent. | x |
y-* | Set positioned element's top and bottom (vertical) side distance or offset from the parent. | y |