I am trying to embed a folder browser widget into a custom html page by import related css and js files and then load the widget on a div element.
It works well in CS 16.2.11. It displays the exact content with correct style. However, the same code does not work as expected in CS 21.3. I managed to make it load after changing to load different set of js files (csui js libraries being different now). But the widget style looks not correct.
What is the current standard steps to include a CS widget into a html page to make it behave the same as native one?