An Avatar with a different src for light and dark mode.
<script setup> const light = 'https://avatars.githubusercontent.com/u/739984?v=4' const dark = 'https://avatars.githubusercontent.com/u/904724?v=4' </script> <template> <UColorModeAvatar :light="light" :dark="dark" /> </template>
AuthForm
A customizable Form to create login, register or password reset forms.
ColorModeButton
A Button to switch between color mode.