FocusLock

FocusLock is a component that improves accessibility by restricting focus within elements such as modals and dialogs, and locking the focus within that range.

Usage

import { FocusLock } from "@yamada-ui/react"
<FocusLock />

Props

Similar Components

VisuallyHidden

VisuallyHidden is a common technique used in web accessibility to hide content from the visual client, but keep it readable for screen readers.

Used By Components & Hooks