samvera-labs / ramp

Interactive, IIIF powered audio/video media player React components library. Styleguidist Docs: https://samvera-labs.github.io/ramp/
https://ramp.avalonmediasystem.org/
30 stars 5 forks source link

Remove cyclical dependence of `SectionHeading` component #648

Open Dananji opened 1 week ago

Dananji commented 1 week ago

Description

https://github.com/samvera-labs/ramp/pull/643#pullrequestreview-2318812237

Not in scope of this PR but when looking through it I thought the cyclical dependence of SectionHeading on List and List on SectionHeading is confusing. I wonder if having an abstract component with subclasses might help scope and conceptualize the different uses of the two components.

Done Looks Like