Function: useLayoutRandom()
useLayoutRandom(
options
):LayoutHook
Defined in: useLayoutRandom.ts:12
React hook that helps you to manage random layout.
const { positions, assign } = useLayoutRandom(...);
Parameters
options
RandomLayoutOptions
= {}
Returns
LayoutHook