techclubjacobs / app

The web application for all campus things!
3 stars 1 forks source link

Dropdown picker filter component #26

Open stevenabreu7 opened 5 years ago

stevenabreu7 commented 5 years ago

Finish the component in src/components/DropdownFilter.tsx according to what we discussed. You are free to use libraries, open-source react components or design components. You don't have to copy the mockup design 1:1, feel free to be creative! You should use a react state variable to keep track of the list of selected elements (and make sure to also highlight the selected elements somehow so the users knows what's selected!).