Hello,
I would like to know when the other react demos for version 9 will be available, currently there is only demo1 available.
Thank you
Thank you for asking. I have the same question with you and fortunatetly admin gave us the answer of block blast online.
You might want to keep an eye on the React official blog or their waffle game repository for the latest updates and announcements regarding new demos and features.
Hi,
All Metronic 9 Demos(demo 1 - demo 10) are already available for the 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:<Route element={<Demo8Layout />}>
...
</Route.