LaneEcho / LWT-bingo

Bingo game for virtual Lesbians Who Tech Conferences
MIT License
3 stars 0 forks source link

30 forward ref #32

Closed LaneEcho closed 3 months ago

LaneEcho commented 3 months ago

This PR adds forwardRef to certain components so they can receive a ref and forward it to a child component.

It also adds the Material-UI FocusTrap to the modals, allowing them to be tabbed through when open, which also means adding tabIndex of -1 to the MUI Box components that make up the modal.

Closes #30