+
+ Funções
+ Hello World
+
+ Teste rápido da função hello-world implantada no Appwrite.
+
+
+
+ setName(e.target.value)}
+ placeholder="Nome opcional para o cumprimento"
+ className="w-full rounded-lg border border-slate-800 bg-slate-950 px-3 py-2 text-sm text-slate-100 outline-none focus:border-cyan-400"
+ />
+
+
+
+ {error ? {error}
: null}
+ {execution ? (
+ Execução #{execution.$id} • Status: {execution.status}
+ ) : null}
+
+
+
+
Resultado
+ {message ? (
+
{message}
+ ) : (
+
Aguardando execução.
+ )}
+
+
+ )
+}