Spacer

🔰 CSSLayoutSystem

VStack 與 HStack 當「將 children 隔開用」的元素。

axiom

  • box-sizing: border-box (長寬包含邊線)

  • width: 0height: 0

  • border: none (不能有邊線)

  • 具有 margin-left: automargin-top: auto

code example

Last updated