Pit Viper

v2.26.1

Pit Viper

v2.26.1
v1 / v2

  • Home
  • PV Components
  • PvCompanyLogo

PvCompanyLogo

Documentation

Example

Source

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

<template>
<PvCompanyLogo name="aetna"></PvCompanyLogo>
</template>

Properties

Prop Name Type Required Default Description
name string yes

N/A

-
basePath string | undefined no

“https://pitviper.turquoise.health/.netlify/images?url=/assets/images/logos/payers”

-
size "sm" | "md" | "xs" | "lg" | "xl" | "2x" | undefined no

“md” as PvSize

-
srcPathOverride string | undefined no

N/A

-
toCamelCase boolean | undefined no

true

-