How to use the @uifabric/styling.FontClassNames.xxLarge function in @uifabric/styling

To help you get started, we’ve selected a few @uifabric/styling 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 microsoft / pai / src / webportal / src / app / user / fabric / user-profile / header.jsx View on Github external
const error = checkEmail(email);
    if (error) {
      setError(error);
      return;
    }
    setProcessing(true);
    onEditProfile({ email }).finally(() => setProcessing(false));
  });

  return (
    <div>
      {/* summary left */}
      <div>
        <div>
          <div style="{{">
            {userInfo.username}
          </div>
          <div>
            
              <div>{userInfo.admin ?  : }</div>
            
          </div>
        </div></div></div>
github microsoft / pai / src / webportal / src / app / home / index / bottom.jsx View on Github external
className={c(
        t.w33L,
        t.w100,
        t.mt0L,
        t.mt5,
        t.tc,
        t.ph4,
        t.flex,
        t.flexColumn,
        t.itemsCenter,
        t.justifyBetween,
      )}
    &gt;
      <div>
        <div style="{{">
          Understand Job
        </div>
        <div style="{{">
          The job of OpenPAI defines how to execute command(s) in specified
          environment(s). A job can be model training, other kinds of commands,
          or distributed on multiple servers.
        </div>
      </div>
github microsoftgraph / msgraph-training-smartui-components / LabFiles / StarterProject / GraphUI / Components / Banner.tsx View on Github external
public render() {
    const persona = <span>&nbsp;</span>;

    return <div>
      <div>
        <div>
          Graph UI
        </div>
        <div>
          {persona}
        </div>
      </div>
    </div>;
  }
}
github microsoftgraph / msgraph-training-smartui-components / Demos / 02-cards / GraphUI / Components / Banner.tsx View on Github external
secondaryText={this.props.email}
        imageUrl={this.props.imageUrl}
        getStyles={this.getPersonaStyles}
      /&gt;)
      : (<span>&nbsp;</span>);

    return <div>
      <div>
        <div>
          Graph UI
        </div>
        <div>
          {persona}
        </div>
      </div>
    </div>;
  }
github microsoft / pai / src / webportal / src / app / home / index / bottom.jsx View on Github external
const Bottom = () =&gt; (
  <div>
    <div>
      <div>
        <div style="{{">
          Submit a hello-world job
        </div>
        <div style="{{">
          With submitting a hello-world job, this section introduces more
          knowledge about job, so that you can write your own job configuration
          easily.
        </div>
      </div>
      </div></div>