finishes trail create

This commit is contained in:
Christian Beutel
2024-01-29 21:30:54 +01:00
parent 2d4c673060
commit efaf0d4e5c
47 changed files with 1739 additions and 130 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts">
export let name: string = "";
export let value: string | number = "";
export let placeholder: string = "";
export let rows: number = 3;
@@ -13,6 +14,7 @@
</p>
{/if}
<textarea
{name}
class="bg-gray-50 border rounded-md p-3 resize-none transition-colors focus:border-primary focus:outline-none focus:ring-0 w-full"
{rows}
{placeholder}