```html {5-7,12} title="example.svelte"
<Player>
  <!-- ... -->
  <Ui>
    <!-- ... -->
    <LoadingScreen>
      <!-- Pass in content here such as a logo (optional). -->
    </LoadingScreen>
  </Ui>
</Player>

<script lang="ts">
  import { Player, Ui, LoadingScreen } from '@vime/svelte';
</script>
```
