You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's now a props section, containing the new `type` prop that was implemented in commit e1ca355.
A demo showing the difference between the two types has also been added in the usage section.
| type |`outward``inward`| The way the focus ring is animated and positioned. |`outward`|
13
+
| as |`keyof HTMLElementTagNameMap``React.ElementType`| Allows for more flexibility when supporting different elements that can act as a FocusRing. |`span`|
0 commit comments