Actions style done

This commit is contained in:
2021-10-22 20:46:56 -03:00
parent 232792b356
commit 9cf2461ad0
7 changed files with 283 additions and 13 deletions

View File

@@ -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>