Documentation v8.2.4

Downloads Preview

Overview

Element Plus, a Vue 3 based component library for developers, designers and product managers. Is used as a main Vue component library in Metronic.
By default we are using Element Plus full import in src/main.ts.
import ElementPlus from "element-plus";

...
app.use(ElementPlus);
...
Alternatively, you can remove full import from src/main.ts and manually import separate Element Plus component. See docs.
Element Plus styles are imported in src/App.vue
@import "element-plus/dist/index.css";
Preview Get Help Buy Now