Created
October 2, 2020 12:25
-
-
Save carlosrojaso/91148882cf24e22a8ff2ebea14324961 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<script async src="https://unpkg.com/browse/@webcomponents/[email protected]/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