Skip to main content

To Right

Atomic Props to make children elements align to right.

Atomic PropsEffect
toRightMake children elements align to right

Usage

Use toTop to make children elements align to right.

Result
Loading...
Live Editor

Compose

toRight can compose with toToptoCenterYtoBottomtoBetweentoEvenlytoAround:

Compose base on toRight
row
toRight toTop
row
toRight toCenterY
row
toRight toBottom
column
toRight toTop
column
toRight toCenterY
column
toRight toBottom
column
toRight toBetween
column
toRight toEvenly
column
toRight toAround