Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created October 2, 2020 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosrojaso/91148882cf24e22a8ff2ebea14324961 to your computer and use it in GitHub Desktop.
Save carlosrojaso/91148882cf24e22a8ff2ebea14324961 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script async src="https://unpkg.com/browse/@webcomponents/webcomponentsjs@2.4.3/webcomponents-bundle.js"></script>
<script async src="./dist/index.js"></script>
</head>
<body>
<h2>Error Component</h2>
<error-component>Default Message</error-component>
<error-component kind="warning">Warning Message</error-component>
<error-component kind="error">Error Message</error-component>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment