24 lines
795 B
Vue
24 lines
795 B
Vue
<template>
|
|
<h1>TLA suggestion form</h1>
|
|
<UCard>
|
|
<UForm>
|
|
<UFormField class="form-field" label="Acronym" required>
|
|
<UInput class="w-80" placeholder="Enter your TLA"></UInput>
|
|
</UFormField>
|
|
<UFormField label="Motto" required>
|
|
<UInput class="w-80" placeholder="Enter the motto for your TLA"></UInput>
|
|
</UFormField>
|
|
<UFormField label="Contex" required>
|
|
<UTextarea class="w-80" rows="5" 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>
|
|
|
|
<style>
|
|
|
|
</style> |