Replies: 1 comment 4 replies
-
Hi Dominik, thanks for feedback, Header, Footer and other layout components usually app specific and cannot be generalized to cover all situations, for example, I could export header, footer and navigation just like in Mantine docs, but it would make no sense for most applications.
You can use style prop to center things: <div style={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }}>perfectly centered</div> |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I Really enjoy the Mantine workflow, but I still have some questions and suggestions:
Missing are:
Header and Footer
Those two are either missing or I can't find nothing in the docs for it.
and my question is:
What can be used to perfectly center everything inside a container?
Beta Was this translation helpful? Give feedback.
All reactions