We're actively working on new components and features. Stay tuned! Head over to our GitHub to see what's coming next.
Use these helpers to visually hide elements but keep them accessible to assistive technologies.
import VisuallyHidden from "@radui/ui/VisuallyHidden"" const VisuallyHiddenExample = () => ( <VisuallyHidden asChild style={{display: "none"}}> <span>This is a visually hidden text</span> </VisuallyHidden> )
Prop | Type | Default | Description |
---|---|---|---|
asChild | boolean | false | renders the children in desired element |