How to use the @uifabric/experiments/lib/Shimmer.ShimmerElementType.line function in @uifabric/experiments

To help you get started, we’ve selected a few @uifabric/experiments 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 OfficeDev / office-ui-fabric-react / packages / experiments / src / components / Shimmer / examples / Shimmer.CustomElements.Example.tsx View on Github external
private _getCustomElementsExampleOne = (): JSX.Element => {
    return (
      <div style="{{">
        
        
      </div>
    );
  };
github OfficeDev / office-ui-fabric-react / packages / experiments / src / components / Shimmer / examples / Shimmer.CustomElements.Example.tsx View on Github external
private _getCustomElementsExampleOne = (): JSX.Element =&gt; {
    return (
      <div style="{{">
        
        
      </div>
    );
  };
github OfficeDev / office-ui-fabric-react / packages / experiments / src / components / Shimmer / examples / Shimmer.Basic.Example.tsx View on Github external
public render(): JSX.Element {
    return (
      <div>
        Basic Shimmer with no elements provided. It defaults to a line of 16px height.
        
        
        
        Basic Shimmer with elements provided.
        
        
        </div>