Can Topbar
be a header
or a div
?
#4330
-
I was wondering if |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Sorry, I don't know how to help with that. I did do a search though, and I managed to find these other Discussions that might be similar or related to your question. Give them a read to see if they answer your question. If they do, head back here and update this discussion and mark it as answered, pointing others to the related discussion:
|
Beta Was this translation helpful? Give feedback.
-
Hello @CristhianMotoche! I'm Dosu, your friendly bot here to help you with bugs, questions, and becoming a contributor while you wait for a human maintainer. Let's dive into your issue! 🚀 The To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Hi @CristhianMotoche Just want to let you know that we've seen your post and we're discussing feedback as a team. |
Beta Was this translation helpful? Give feedback.
-
Hi @CristhianMotoche, thanks for reaching out. As a quick solution to this problem, I would suggest that you use a |
Beta Was this translation helpful? Give feedback.
Hi @CristhianMotoche, thanks for reaching out. As a quick solution to this problem, I would suggest that you use a
Box
component as a wrapper for theTopbar
component and use theas
prop to define it asheader
.We might expose
as
prop from theTopbar
directly in the future, and will let you know when that happens.