FundacioEsplaiJava2024 / ToDoList-grupo-3

Tomás,David,Izar,Annia
0 stars 0 forks source link

Dropdown #31

Closed anniakuz closed 3 weeks ago

anniakuz commented 3 weeks ago

Task #33 Create a Dropdown component with react-icons/bs. In the terminal for the import: run install react-icons -save

Add interface for Option in model and import it into Dropdowmn.tsx and ToDoListItem.tsx. Add an array with

SaraVictorFernandez commented 3 weeks ago

run install react-icons -save should add the dependency to package.json so that the rest only has to do an npm install

SaraVictorFernandez commented 3 weeks ago

The pull request contains changes from the previous one, so I won't read it until the previous pull request is accepted and merged

anniakuz commented 3 weeks ago

DateToday component deleted and the branch is ready to merge

anniakuz commented 3 weeks ago

Change of Dropdown format and adding styles