Skip to Content
DocsResourcesPricingShowcase

Visually Hidden

Used to hide content visually but keep it accessible to screen readers.

import { VisuallyHidden } from "@chakra-ui/react"
<VisuallyHidden>Hidden content</VisuallyHidden>

Using the asChild prop, you can pass a child element to the VisuallyHidden component.

The input is hidden

Previous

Show

Next

Overview