Skip to content

Instantly share code, notes, and snippets.

@danielehrhardt
Created March 10, 2018 12:33
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 danielehrhardt/e0d3795c298b28059fb475ab49878332 to your computer and use it in GitHub Desktop.
Save danielehrhardt/e0d3795c298b28059fb475ab49878332 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>Codext - Stencil Components</title>
<script src="https://unpkg.com/@codext/stencil-components@0.0.3/dist/gradient-button.js"></script>
</head>
<body>
<codext-gradient-button text="Gradient Button - Darkblue" color="darkblue"></codext-gradient-button>
<codext-gradient-button text="Gradient Button - Green" color="green"></codext-gradient-button>
<codext-gradient-button text="Gradient Button - Pink" color="pink"></codext-gradient-button>
<codext-gradient-button text="Gradient Button - Blue" color="blue"></codext-gradient-button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment