Replies: 1 comment
-
Is this what you want to do? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an image inside a grid and wanted to place a text beneath the image and center to it. How do i do that?
<Grid.Col span={{ base: 12, xs: 2}}> <Image> <Text>content</Text> </Grid.Col> <Grid.Col span={{ base: 12, xs: 10}}> </Grid.Col>
Beta Was this translation helpful? Give feedback.
All reactions