Interface: VisuallyHiddenProps
@arolariu/components / VisuallyHiddenProps
Interface: VisuallyHiddenProps
Defined in: components/ui/visually-hidden.tsx:13
Represents the configurable props for the VisuallyHidden component.
Remarks
Extends native <span> attributes so hidden assistive text can carry ARIA metadata,
testing hooks, and composed class overrides while remaining available to screen readers.
Extends
HTMLAttributes<HTMLSpanElement>
Properties
children
children:
ReactNode
Defined in: components/ui/visually-hidden.tsx:17
Content that is hidden visually but remains accessible to assistive technology.
Overrides
React.HTMLAttributes.children
// was this page useful?