How can I add UI Tab Component in the custom admin module with the help of the below user guide?
http://devdocs.magento.com/guides/v2.1/ui_comp_guide/components/ui-tab.html
There are not enough information and options for adding Tab Component.
When I am using tab component in custom phtml for one of my module, it's working but when I am using the same component in modal popup with php form modifier, it is not working and giving me the error
"TypeError: require is not a function"