On this page

Dashboard icons

Pruvious displays all dashboard icons using the Tabler icon set.


Here's a list of all the available icons along with their names:

Usage

Icons can be used in different functions within the CMS. For instance, you can specify the icon name in the defineBlock, defineCollection, icon field, and more.

Moreover, you can display an icon on a custom dashboard page like this:

# components/Dashboard/Example.vue

<template>
  <PruviousIconChevronRight class="h-4 w-4" />
</template>

Last updated on January 17, 2024 at 17:13