Arguments
- into
A component (HTML tag or shiny.react-based element) that will receive the hook value as the specified prop.
- as
Character. The name of the component's prop to inject the hook value into. Defaults to
"children".- render
Optional
JSfunction(value) => ReactNodeused in place ofinto/as.- ...
Additional props to pass to the component.
