container #55
Answered
by
rtivital
sobhardwaj
asked this question in
Q&A
container
#55
-
I just started today, and pick up main container component, not have enough property there to make the contianer smoonth? <Container style={{ backgroundColor: '#12bc86', height: 50, borderRadius : '10px 10px 0px 0px' }}> <Container shadow="md" radius="md" |
Beta Was this translation helpful? Give feedback.
Answered by
rtivital
May 8, 2021
Replies: 1 comment
-
Container is a layout component, use it to center things with given width, to add shadows and radius use Paper – https://mantine.dev/core/paper/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rtivital
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Container is a layout component, use it to center things with given width, to add shadows and radius use Paper – https://mantine.dev/core/paper/