Castle logo

CASTLE UI

search

Search

K
hexagon

useMergeRefs is a custom hook used to merge several react refs into a single one.

Import

import { useMergeRefs } from '@passfort/castle'
content_copy

Copy

Return value

The useMergeRefs hook returns a function that receives the element and assign the value to the given React refs.

Usage

content_copy

Copy

live example

Usage combining with another Chakra-UI hooks

content_copy

Copy

live example

Contents