How can I use just some of the components like "time-line, drower, and card" from Metronic in my current Vue-JS or React-JS project?
Hi Mohamed,
The card component - it's just an HTML mark-up and styles. Use the same markup as in the document, and it will be shown the same: https://preview.keenthemes.com/metronic8/demo1/documentation/base/cards.html. (*The same for the TimeLine), copy HTML markup from the Metronic HTML version.
For the drawer, use the same tag attributes from the doc (no need to import any js or styles, they are already included in the app): https://preview.keenthemes.com/metronic8/demo1/documentation/general/drawer.html.
Regards,
Keenthemes support