Renders a title and/or description, typically used to add context to a group of related menu options.
Requires at least one of title or description to be provided.
title
description
The title is rendered prominently, while the description appears in a smaller font, intended to provide helpful guidance or clarification for users.
<MenuHeader title="Appearance Settings" description="Customize the theme and layout."/> Copy
<MenuHeader title="Appearance Settings" description="Customize the theme and layout."/>
Renders a title and/or description, typically used to add context to a group of related menu options.
Requires at least one of
titleordescriptionto be provided.The title is rendered prominently, while the description appears in a smaller font, intended to provide helpful guidance or clarification for users.