How to use the @patternfly/patternfly/utilities/Accessibility/accessibility.css.visibleOnLg function in @patternfly/patternfly

To help you get started, we’ve selected a few @patternfly/patternfly examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github apache / qpid-dispatch / console / react / src / overview / dashboard / layout.js View on Github external
{item.title ? item.title : utils.Icap(key)}
                      
                    
                  );
                })}
              
            );
          })}
        
      
    );
    const PageToolbar = (
      
        
          
            <button aria-label="Toggle Connect Form" id="connectButton">
              
            </button>
          
          
             (this.notificationRef = el)}
              suppress={this.state.suppress}
            /&gt;
github integr8ly / tutorial-web-app / src / components / masthead / masthead.js View on Github external
const { isUserDropdownOpen, isHelpDropdownOpen, showAboutModal } = this.state;

    const logoProps = {
      onClick: () =&gt; this.onTitleClick()
    };

    const gsUrl =
      'https://access.redhat.com/documentation/en-us/red_hat_managed_integration/1/html-single/getting_started/';
    const riUrl =
      'https://access.redhat.com/documentation/en-us/red_hat_managed_integration/1/html-single/release_notes/';
    const csUrl = 'https://access.redhat.com/support/';

    const MastheadToolbar = (
      
        
          
            
              <button aria-label="Settings">
                
              </button>