Layer structure: (i recognize its pretty deep/complex.)
- (component) Layout pattern for application
- Slot
- Grid Layout Frame (dashboard)
- Auto layout frame (panel)
- Grid Layout Frame (table)
- (component) Table Cell
- (subcomp) tablecell content
- (subcomp) button (hover/active states) ← This does not work
- (subcomp) tablecell content
- (component) Row State (hover/active/selected states) ← This works
- (component) Table Cell
- Grid Layout Frame (table)
- Auto layout frame (panel)
- Grid Layout Frame (dashboard)
- Slot

