Skip to content

Commit

Permalink
fix(docs): add webcomponent.org demo snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Aug 28, 2020
1 parent eb3394b commit 68a6dbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/button-element/README.md
Expand Up @@ -11,6 +11,17 @@ npm install @google-pay/button-element

## Example usage: HTML website

<!--
```
<custom-element-demo>
<template>
<script src="https://unpkg.com/@google-pay/button-element@1.x/dist/index.umd.js"></script>
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->

```html
<div id="buttons">
<google-pay-button environment="TEST" button-type="short" button-color="black"></google-pay-button>
Expand Down

0 comments on commit 68a6dbc

Please sign in to comment.