Compose Row with Split to create a toolbar layout, wrapping to the next line on small screens.
// Edit the live code below <Row gap={1.5}> <b> Toolbar </b> <Split /> <Edit /> <Share /> </Row>