_UIO tutorials script 2 uioptions
Finally, we instantiate the UI Options component itself. We do this by calling the creator function, which takes two arguments:
- the selector of the container for the component, and
- an options object for configuring the component.
The selector for our UI Options will be the ID of the <div>
we created in Step 1.