To Right
Atomic Props to make children elements align to right.
Atomic Props | Effect |
---|---|
toRight | Make children elements align to right |
#
UsageUse toTop
to make children elements align to right.
SyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
ComposetoRight
can compose with toTop
ใtoCenterY
ใtoBottom
ใtoBetween
ใtoEvenly
ใtoAround
:
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