Navbar of buttons done

This commit is contained in:
2021-10-22 18:31:32 -03:00
parent 2e9a2cee45
commit 4de12fa282
5 changed files with 240 additions and 174 deletions

View File

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