How to use the @patternfly/patternfly/utilities/Spacing/spacing.css.mrXl 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 patternfly / patternfly-react / packages / patternfly-4 / react-core / src / demos / Toolbar / examples / ComplexToolbarDemo.js View on Github external
render() {
    return (
      
        
          {this.buildSearchBox()}
          {this.buildDropdown()}
          
            <button aria-label="Sort A-Z">
              
            </button>
          
        
        
          
            <button aria-label="Insert Table">
              
            </button>
          
          
            <button aria-label="Insert Bulleted List">
              </button>
github patternfly / patternfly-react / packages / patternfly-4 / react-core / src / demos / Toolbar / examples / SimpleToolbarDemo.js View on Github external
render() {
    return (
      
        
          {this.buildSearchBox()}
          {this.buildDropdown()}
          
            <button aria-label="Sort A-Z">
              
            </button>
          
        
        
          
            <button aria-label="Insert Table">
              
            </button>
          
          
            <button aria-label="Insert Bulleted List">
              </button>