import { Button, Checkbox, Input, StrongPassword } from "@wrnexus/ui" component SignUp { props { action = "/api/auth/register" schema = "auth-register" redirect = "" title = "Create your account" description = "Use a strong password and verify your contact details." submitLabel = "Create account" signInHref = "/sign-in" termsHref = "/legal/terms" privacyHref = "/legal/privacy-policy" namePlaceholder = "Enter your full name" emailPlaceholder = "Enter your email address" phonePlaceholder = "Enter your mobile number" usernamePlaceholder = "Choose a username" passwordPlaceholder = "Create a strong password" showPhone = true showUsername = true requireConsent = true color = "primary" size = "md" class = "" } view {

{title}

{description}

{#if showPhone} {/if} {#if showUsername} {/if}
{#if requireConsent} terms and privacy policy . {:else} {/if}
} }