Metronic 9 Tailwind React Demos Setup
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"; 3) Assign
Demo8Layout to the page route settings insrc/routing/AppRoutingSetup.tsx:<Route element={<Demo8Layout />}>
...
</Route. 4) Go to the demo component and customize it as per your requirements:
src/layouts/demo8.If you need any further help please do let us know.
Regards,
Sean
Replies (2)
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.