Skip to content

Commit

Permalink
docs: Replace live example from codesandbox to StackBlitz
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Dec 15, 2023
1 parent c07bba2 commit 1c8f867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default define({
<simple-counter count="42"></simple-counter>
```

[![Edit <simple-counter> web component built with hybrids library](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/simple-counter-web-component-built-with-hybrids-library-co2ow?file=/src/SimpleCounter.js)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/hybrids-simple-counter)

You can read more in the [Component Model](https://hybrids.js.org/#/component-model/definition.md) section.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default define({
<simple-counter count="42"></simple-counter>
```

[![Edit <simple-counter> web component built with hybrids library](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/simple-counter-web-component-built-with-hybrids-library-co2ow?file=/src/SimpleCounter.js)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/hybrids-simple-counter)

<small>\* Pure functions only apply to the component definition. Side effects attached to event listeners might mutate the host element.</small>

Expand Down

0 comments on commit 1c8f867

Please sign in to comment.