You've already forked AstralRinth
forked from didirus/AstralRinth
239 B
239 B
<script lang="ts">
import { FormField } from "omorphia";
import { TextInput } from "omorphia";
</script>
<FormField label="Favorite color">
<TextInput placeholder="Enter another color..." />
</FormField>