Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@lorant-one lorant-one released this 16 Jan 15:54
· 6 commits to main since this release

Rework alignment management of Flex (+Column, +Row)

changes:

  • removed justifyContent and alignItems props from Flex
  • added horizontal and vertical props to Flex
  • added center prop (shorthand for horizontal: center + vertical: center)

features:

  • more compact syntax
  • consistency regardless of flex-direction

Read docs: Once UI