wethegit / component-library

WTC's internal React component library.
https://wethegit.github.io/component-library/
MIT License
0 stars 0 forks source link

[COMP] Update `<Modal/>` to use `dialog` with `showModal` #163

Open marlonmarcello opened 5 months ago

marlonmarcello commented 5 months ago

The dialog element is available in all browsers including Safari since 15 and the showModal method traps focus automatically.

Note: Might need some more investigation and testing.

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal

andrewrubin commented 5 months ago

Awesome, yeah I'm particularly curious about any limitations around animation here. Looking forward to digging into that.