How do I close a panel in Office UI Fabric JS when click on button?
In Bootrap I have the options via CSS by adding
data-dismiss="modal" to the button class
Also in bootstrap I have the option in jquery to hide a modal by
$('#myModal').modal('hide');
What is the jquery equivalent for Office UI Fabric to hide an already opened panel?