Align Items
Updated! This component was just updated with new features. Enjoy!
The .align-* classes add or modify the align-items property on any elements that use display: grid or display: flex, like cluster, split, and grid.
| Class | align-items Value |
|---|---|
.align-start |
start |
.align-end |
end |
.align-center |
center |
.align-baseline |
baseline |