How to use the @patternfly/react-core.TextVariants.h1 function in @patternfly/react-core

To help you get started, we’ve selected a few @patternfly/react-core 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 kiegroup / optaweb-vehicle-routing / optaweb-vehicle-routing-frontend / src / ui / pages / Visits.tsx View on Github external
export const Visits: React.FC = ({
  depot,
  visits,
  removeHandler,
}: Props) => (
  <>
    
      
    
    {/* TODO do not show depots */}
     undefined}
      depot={depot}
      visits={visits}
    />
  
);
github apache / qpid-dispatch / console / react / src / details / updateTablePage.js View on Github external
variant={PageSectionVariants.light}
          className="overview-table-page"
        >
          
            
              
                
                  {this.icap(this.entity)}
                
              

              
                
                
                  <button>
                    Cancel
                  </button>
                  <button>
                    Update
                  </button>
github apache / qpid-dispatch / console / react / src / connect / connect-form.js View on Github external
const {
      address,
      port,
      username,
      password,
      connecting,
      connectError,
      isValid
    } = this.state;
    return this.props.isConnectFormOpen ? (
      <div>
        <div>
          <div>
            <form>
              
                
                
              
              
                </form></div></div></div>
github apache / qpid-dispatch / console / react / src / overview / logDetails.js View on Github external
&gt;
          {" "}
          
            
              
                
                  {this.icap(this.entity)}
                
                {this.parentItem()}
              

              
                
                
              
            

            
              <datalist aria-label="Simple data list example">
                {this.state.logRecords.map((rec, i) =&gt; {
                  return (
                    </datalist>
github Katello / katello / webpack / scenes / ContentViews / ContentViewsPage.js View on Github external
const ContentViewsPage = () =&gt; {
  const response = useSelector(selectContentViews);
  const status = useSelector(selectContentViewStatus);
  const error = useSelector(selectContentViewError);

  return (
    
      
        
          
        
      
      
        
      
    
  );
};
github apache / qpid-dispatch / console / react / src / details / createTablePage.js View on Github external
);
    }

    return (
      
        
          
            
              
                
                  {this.icap(this.entity)}
                
              

              
                
                
                  <button>
                    Cancel
                  </button>
                  <button>Create</button>
github Katello / katello / webpack / scenes / ContentViews / Details / ContentViewDetails.js View on Github external
{
      key: 'history',
      title: __('History'),
      content: ,
    },
  ];

  return (
    
      
        
          
            
              
                
                  
                
              
              
                
              
            
          
          
            <button href="{`/foreman_tasks/tasks?search=resource_type%3D+Katello%3A%3AContentView+resource_id%3D${cvId}`}" aria-label="view tasks button">
              {'View tasks '}</button>
github Jug-Vale / jug-call4papers / jug-cfp-client / src / app / components / DetalhesEvento.tsx View on Github external
render() {

    const { carregando, evento } = this.state;
    return (
      
        {carregando ?  :
          evento ?