mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Navbar of buttons done
This commit is contained in:
@@ -5,8 +5,11 @@ const AddWord = () => {
|
||||
console.log('word');
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
<div className="form-add-word">
|
||||
<form>
|
||||
<textarea placeholder="Add the word/words separated by commas" cols="30" rows="10"></textarea>
|
||||
<input type="submit" value="Add Word(s)" />
|
||||
</form>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user