OptionalblockingOptionaldisplayThe CSS display value to set. Defaults to "block".
OptionalinThe CSS transition classes for showing.
Accepts either the string of classes to apply when toggling in, or
a 3-tuple containing the transition class, the class to apply
to start the transition, and the ending transition class, such as:
["ease-out duration-300", "opacity-0", "opacity-100"].
OptionaloutThe CSS transition classes for hiding.
Accepts either string of classes to apply when toggling out, or
a 3-tuple containing the transition class, the class to apply
to start the transition, and the ending transition class, such as:
["ease-out duration-300", "opacity-100", "opacity-0"].
OptionaltimeThe transition duration in milliseconds.
Whether to block UI during transition. Defaults
true.