Skip to content

Vue

<script setup lang="ts">
import { PlanetAvatar } from 'planet-avatar/vue'
</script>
<template>
<PlanetAvatar seed="viking" :size="96" title="Viking avatar" />
</template>

The Vue component mirrors the core options as props.