You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
16 lines
260 B
Svelte
16 lines
260 B
Svelte
<script lang="ts">
|
|
import { Field, TextInput } from 'omorphia';
|
|
</script>
|
|
|
|
<div class="section">
|
|
<Field label="Window width">
|
|
<TextInput />
|
|
</Field>
|
|
<Field label="Window height">
|
|
<TextInput />
|
|
</Field>
|
|
</div>
|
|
|
|
<style lang="postcss">
|
|
</style>
|