brenmeyer2245 / cardcollectionapp

wiki with a card-handling based ux
MIT License
0 stars 0 forks source link

FilterByTag component #25

Closed brenmeyer2245 closed 4 years ago

brenmeyer2245 commented 4 years ago

Added a higher order component, FilterByTag which can filter items by associated tag and will render the tag options in a bar above the list of filtered components

This is a potential alternative to the filtering functionality of the Left Control Bar, perhaps for smaller screens

Added main sections => NavBar, LeftControlBar and DisplayBoard

Added Bootstrap