Layouts

You,cssweb development

Icon left + centered title

Add a placeholder to the right side + flex 1 on both sides to push the title to the center

<Header>
  <Row alignItems="center">
    <Box ml="2" flex="1">
      <BackButton />
    </Box>
    <Title />
    <Box mr="2" flex="1" />
  </Row>
</Header>
CC BY-NC 4.0 2024 © Shu Ding.