diff --git a/Examples/UIExplorer/js/ButtonExample.js b/Examples/UIExplorer/js/ButtonExample.js index a9c68847d..b84b3ecbd 100644 --- a/Examples/UIExplorer/js/ButtonExample.js +++ b/Examples/UIExplorer/js/ButtonExample.js @@ -93,4 +93,18 @@ exports.examples = [ ); }, }, + { + title: 'Disabled Button', + description: 'All interactions for the component are disabled.', + render: function() { + return ( +