To Left
Atomic Props to make children elements align to left.
Atomic Props | Effect |
---|---|
toLeft | Make children elements align to left |
#
UsageUse toTop
to make children elements align to left.
SyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
ComposetoLeft
can compose with toTop
ใtoCenterY
ใtoBottom
ใtoBetween
ใtoEvenly
ใtoAround
:
Compose base on toLeft
row
toLeft toTop
row
toLeft toCenterY
row
toLeft toBottom
column
toLeft toTop
column
toLeft toCenterY
column
toLeft toBottom
column
toLeft toBetween
column
toLeft toEvenly
column
toLeft toAround