Hi,
All Metronic 9 Demos(demo 1 - demo 10) are already available for the Metronic 9 Taiwind React version.
To use your preferred demo please perform below steps:
1) Refer to readme. md and install dependencies and launch the Metronic React app.
2) Import the new demo:
import { Demo8Layout } from "@/layouts/demo8";
Demo8Layout
to the page route settings insrc/routing/AppRoutingSetup.tsx
:<Route element={<Demo8Layout />}>
...
</Route.
src/layouts/demo8
.Dear Sean we wanted command to switch between one demo to another demo kindly help us
Hi Sean,
Tooltips not working in demo3.
Regards
# Edit
I updated the menu elements used in the sidebar using the DefaultTooltip component and it worked.