seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

TableCellList components #61

Closed jonseitz closed 4 years ago

jonseitz commented 4 years ago

The current course-planner prototypes frequently use lists inside of a TableCell. I think it makes sense to have this as a special, Table specific design (as opposed to a more generalized List design), since this will probably be a pattern we employ in other circumstances.

This is needed for the work in seas-computing/course-planner#196