Pit Viper

v2.26.1

Pit Viper

v2.26.1
v1 / v2

  • Home
  • PV Components
  • PvIcon

PvIcon

Documentation

Example

Source

HTML
<script setup lang="ts">
import PvIcon from "@/components/base/PvIcon/PvIcon.vue";
</script>

<template>
<PvIcon name="user"></PvIcon>
</template>

Properties

Prop Name Type Required Default Description
name string yes

N/A

-
size 10 | 12 | 20 | 24 | 32 | 64 | undefined no

N/A

-