function isTabDisabled()

in src/components/UncontrolledTabs.js [20:22]


function isTabDisabled(node) {
  return isNode(node) && node.getAttribute('aria-disabled') === 'true';
}