🎛️Icons

Mantis Vuetify is pre-configured with the Ant Design Vue

Mantis is pre-configured with the most popular font library Ant design icons.

https://antdv.com/components/icon


import { PlusOutlined } from "@ant-design/icons-vue";

// usage
<PlusOutlined :style="{ fontSize: '20px' }" />
                            

Last updated