The Placer Toolkit alpha has
arrived! 🎉
Plenty of changes are coming your
way—some big, some breaking, some
even nuclear! Beware the changelog…
Align items
Placer Toolkit includes classes to set the align-items property of flex and grid containers. They can be used alongside other Placer Toolkit layout utilities, like Cluster and Stack, to align children in containers on the container’s cross axis.
| Class name | align-items value | Preview |
|---|---|---|
pc-align-items-baseline | baseline | |
pc-align-items-center | center | |
pc-align-items-end | flex-end | |
pc-align-items-start | flex-start | |
pc-align-items-stretch | stretch |