Component

Avatar

Display user profiles with a touch of personality.

Installation

Usage

Preview

Svelte Code

1
<script lang="ts">
2
  import Avatar from '$lib/components/base/avatar.svelte';
3
</script>
4

5
<Avatar src="https://avatars.githubusercontent.com/u/16535340?v=4&quot" />
6