feat: add register page

This commit is contained in:
2024-11-14 18:50:58 +07:00
parent 836c85351a
commit b574f83e74
11 changed files with 277 additions and 27 deletions
+1
View File
@@ -17,6 +17,7 @@ const FormField = ({
<XStack
flexDirection={vertical ? "column" : "row"}
alignItems={vertical ? "stretch" : "flex-start"}
gap={!vertical ? "$3" : undefined}
{...props}
>
<Label htmlFor={htmlFor} w={120} $xs={{ w: 100 }}>