Ref
Deprecated
This component exposes the `innerRef` prop that supports functional and React.createRef()/React.useRef() API and returns the DOM node of both functional and class component children.

Deprecation notice

Ref component is deprecated and will be removed in the next major release. Please follow our upgrade guide to avoid breaks during upgrade to v3.

It's still recommended to use Ref component with v2 to get refs to HTML elements from Semantic UI React components, but as it uses deprecated ReactDOM.findDOMNode() you may receive warnings in React's StrictMode. We are working on it in Semantic-Org/Semantic-UI-React#3819.

Types

Ref

A component exposes the innerRef prop that always returns the DOM node of both functional and class component children.

Forward Ref

React.forwardRef() API is also handled by this component.

This is the bottom
Blazing deployments by Vercel.