useRemoteTrigger

Unifies controlled and uncontrolled open state for flexible component control.

It is a simple hook that allows you to control the open state of a component from a parent component or let the internal state of the component to do the work for you. I use it on every single dialog, sheet, etc component I make.

Features