mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
layout of actions done
This commit is contained in:
@@ -2,8 +2,17 @@ import React from 'react'
|
||||
|
||||
const EditWord = () => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
<div className="action-form edit-word">
|
||||
<form>
|
||||
<select>
|
||||
<option>Select category</option>
|
||||
</select>
|
||||
<select>
|
||||
<option>Select word</option>
|
||||
</select>
|
||||
<input type="text" placeholder="Place the new word" />
|
||||
<input type="submit" value="Delete" />
|
||||
</form>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user