Optional
childrenThe content to show when condition is true.
Optional
fallbackOptional content to show when condition is false. Defaults to nothing.
The condition to control when the component body should be shown. Must be a function or a signal returning true to show the body, false to hide it and instead show the optional fallback content.
Properties for the Show component.