You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there to add another classes, to have something like:
<ul class="metismenu nav">
</ul>
I tried <MetisMenu className="nav"></MetisMeu>, but it did not work:
Property 'className' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<MetisMenu> & Readonly<IMMOptions> & Readonly<...>'.
Overload 2 of 2, '(props: IMMOptions, context?: any): MetisMenu', gave the following error.
The text was updated successfully, but these errors were encountered:
When I use
<MetisMenu></MetisMeu>
It generates a HTML like:
Is there to add another classes, to have something like:
I tried
<MetisMenu className="nav"></MetisMeu>
, but it did not work:The text was updated successfully, but these errors were encountered: