I'm trying to follow along based on the HTML demo, but it says to "Export" from the layout builder - the React version doesn't have this button in the demo. How do I set up the React version? The docs only have quickstart which is not helpful.
Hi Alex,
Thank you for reaching out to us.
The export button exports static HTML which can also be reused in React components as well. Also, you can download our separate Metronic Vite React version from Metronic Downloads page even if your project is based on CRA the component should be compatible.
You can find guidance in using the React version in our documentation.
https://preview.keenthemes.com/metronic8/react/docs/quick-start
Please make sure to include the mandatory style files:
import "./_metronic/assets/sass/style.react.scss"
import "./_metronic/assets/sass/style.scss"
import "./_metronic/assets/keenicons/duotone/style.css"
import "./_metronic/assets/keenicons/outline/style.css"
import "./_metronic/assets/keenicons/solid/style.css"