Skip to content

WtLogo

Props

PropTypeDefaultDescription
dark-modeBooleanfalsechanges logo depending on color theme

Examples

Code
vue
<script setup></script>

<template>
  <wt-logo />
  <wt-logo dark-mode />
</template>

<style scoped lang="scss"></style>