1 2 3 4 5
<script lang="ts"> export let username: string; </script> <a href={`https://anilist.co/user/${username}/`}>@{username}</a>