com.payalabs.scalajs.react.bridge
JS namespace for the underlying component.
JS namespace for the underlying component.
Certain libraries such as ReactBootstrap
define components in a namespace.
This property allows specifying a namespace for the bridge to look for
the underlying component's function.
See [ReactBootstrapComponent](https://github.com/payalabs/scalajs-react-bridge-example/src/main/scala/com/payalabs/scalajs/react/bridge/elements/ReactBootstrapBridge.scala) in the example app for typical usage.
A '.' separated string of namespace (a package-like string)
See project's [README.md](https://github.com/payalabs/scalajs-react-bridge)