Adds Monsters and Locations

This commit is contained in:
2025-05-31 22:56:43 -07:00
parent f3bfb2736c
commit 9c0d9326e0
11 changed files with 358 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ export const NpcForm = ({
onSubmit={handleSubmit}
>
<h3>Create new npc</h3>
<div className="flex gap-5 w-full">
<div className="flex gap-5 w-full items-center">
<label>Name</label>
<input
type="text"
@@ -60,7 +60,7 @@ export const NpcForm = ({
aria-label="Name"
/>
</div>
<div className="flex gap-5 w-full">
<div className="flex gap-5 w-full items-center">
<label>Description</label>
<textarea
className="flex-1 px-3 py-2 rounded bg-slate-800 text-slate-100 border border-slate-700 focus:outline-none focus:ring-2 focus:ring-violet-500"