Files
TLA/resources/js/pages/SuggestionView.vue
T
Belupeti cd9ffc012e
Build / Build-image (push) Successful in 1m13s
create suggestion model, fix unfillable language
2026-08-13 22:30:42 +02:00

20 lines
720 B
Vue

<template>
<h1>TLA suggestion form</h1>
<UCard>
<UForm>
<UFormField label="Acronym" required>
<UInput placeholder="Enter your TLA"></UInput>
</UFormField>
<UFormField label="Motto" required>
<UInput placeholder="Enter the motto for your TLA"></UInput>
</UFormField>
<UFormField label="Contex" required>
<UTextarea style="w-full" placeholder="Provide context for your TLA. This will be displayed upon completing the riddle of the day, either by guessing it correctly, or by running out of guesses."></UTextarea>
</UFormField>
<UButton>
salkdjf
</UButton>
</UForm>
</UCard>
</template>