generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
12
wp-content/themes/ccat/app/components/auth/SignUpButton.vue
Normal file
12
wp-content/themes/ccat/app/components/auth/SignUpButton.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
defineProps<{ showLabels: boolean }>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UButton
|
||||
icon="i-lucide-user"
|
||||
color="primary"
|
||||
to="#"
|
||||
:label="showLabels ? 'Devenir membre' : undefined"
|
||||
/>
|
||||
</template>
|
||||
Reference in New Issue
Block a user