wp_register_script('bootstrap_sidebar_js', "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"); wp_enqueue_script( 'bootstrap_sidebar_js' ); wp ...
In this example, I clearly show how you can replicate these bootstrap sidebars from scratch ie. without using shinydashboard et al. This is important if you need more customization of your app.