How to use terra-status-view - 2 common examples

To help you get started, we’ve selected a few terra-status-view 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 cerner / terra-core / packages / terra-site / src / examples / status-view / Index.jsx View on Github external
const DocPage = () => (
  ,
      },
      {
        title: 'Status View:  All props given',
        example: (
          }
          >
            <button size="medium">
            </button><button size="medium">
          
        ),
      },
      {
        title: 'Status View:  Text Wrapping',
        example: (
          </button>
github cerner / terra-core / packages / terra-site / src / examples / status-view / Index.jsx View on Github external
variant={StatusView.Opts.variants.ERROR}
            title="A 500 error was thrown from the service.  Retry again later when new service is deployed at a later date in the future."
            message="A null pointer exception was thrown from the input parameters.  The params of min and max-value were not present.  They need to be present for verification purposes for keeping the database clean and consistent"
            customGlyph={}
          &gt;
            <button size="medium">
            </button><button size="medium">
          
        ),
      },
      {
        title: 'Status View:  Glyph Hidden',
        example: (
          
            </button><button size="medium">
            </button><button size="medium">
          
        ),
      },
      {
        title: 'Status View:  Large Container',
        example: (
          </button>

terra-status-view

The status view component provides an icon, title, message, and buttons inside a view.

Apache-2.0
Latest version published 9 days ago

Package Health Score

88 / 100
Full package analysis

Popular terra-status-view functions