Header component renders nav element instead of header #1144
vincentole
started this conversation in
Feedback
Replies: 1 comment 3 replies
-
In most cases you would use Header component to display navigation, that is why it is rendered as nav. Examples of headers – https://ui.mantine.dev/category/headers |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
first of all thanks for the great work. I really like mantine.
However, I am very confused why the
Header
component renders asnav
and not asheader
as one would expect.As far as I could figure out, it also doesn't accept
components
to change the behavior. Generally, docs onHeader
would really help.Is there any chance that this could be changed. And could someone explain the reasoning behind this decision?
Thanks you very much and have a great day :)
Beta Was this translation helpful? Give feedback.
All reactions