Focus Ring
Usage
Props
| Name | Type | Description | Default |
|---|---|---|---|
| type | outward inward | The way the focus ring is animated and positioned. | outward |
| as | keyof HTMLElementTagNameMap React.ElementType | Allows for more flexibility when supporting different elements that can act as a FocusRing. | span |
| style | React.CSSProperties | — | — |
| className | string | — | — |