mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Actions style done
This commit is contained in:
@@ -7,6 +7,12 @@ const AddWord = () => {
|
||||
return (
|
||||
<div className="action-form add-word">
|
||||
<form>
|
||||
<select>
|
||||
<option>Select language</option>
|
||||
</select>
|
||||
<select>
|
||||
<option>Select category</option>
|
||||
</select>
|
||||
<textarea placeholder="Add the word/words separated by commas" cols="30" rows="10"></textarea>
|
||||
<input type="submit" value="Add Word(s)" />
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user