To Bottom
Atomic Props to make children elements align to bottom.
Atomic Props | Effect |
---|---|
toBottom | Make children elements align to bottom |
#
UsageUse toBottom
to make children elements align to bottom.
SyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
ComposetoBottom
can compose with toLeft
、toCenterX
、toRight
、toBetween
、toEvenly
、toAround
:
Compose base on toBottom
row
toBottom toLeft
row
toBottom toCenterX
row
toBottom toRight
column
toBottom toLeft
column
toBottom toCenterX
column
toBottom toRight
row
toBottom toBetween
row
toBottom toEvenly
row
toBottom toAround