The WireBootstrap React Component turns any WireBootstrap component into a React component.
<WireComponent></WireComponent>
The WireBootstrap for React Component has two properties.
component
Set the component property to the fully qualified class or function name of the WireBootstrap component to be rendered in the WireBootstrap React Component.
To render the component, put the DOM element used to render the component inside the <WireComponent> element.
The example below turns a normal HTML SELECT element into a Select2 pick list using the WireBootstrap React component with the Select2 for WireBootstrap bindings.