docs(codesandbox): added link to codesandbox example (#159)
* configure codesandbox * docs(codesandbox):changed bagde * docs(codesandbox):changed bagde
This commit is contained in:
parent
304cad0151
commit
4b3e4c9f50
1 changed files with 7 additions and 1 deletions
|
@ -18,11 +18,17 @@
|
||||||
alt="Contribute with Gitpod"
|
alt="Contribute with Gitpod"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://stackblitz.com/edit/github-ze9ebb-tthuka?file=package.json,src%2Fpages%2Findex.astro,src%2Fcomponents%2FTour.astro">
|
<a href="https://stackblitz.com/edit/github-ze9ebb-tthuka?file=package.json,src%2Fpages%2Findex.astro">
|
||||||
<img
|
<img
|
||||||
src="https://developer.stackblitz.com/img/open_in_stackblitz_small.svg"
|
src="https://developer.stackblitz.com/img/open_in_stackblitz_small.svg"
|
||||||
alt="Play around in Stackblitz"
|
alt="Play around in Stackblitz"
|
||||||
/>
|
/>
|
||||||
|
</a>
|
||||||
|
<a href="https://codesandbox.io/s/astro-reactive-library-u72dgj?file=/src/pages/index.astro">
|
||||||
|
<img
|
||||||
|
src="https://img.shields.io/badge/Codesandbox-040404?style=flat-square&logo=appveyor=codesandbox&logoColor=DBDBDB"
|
||||||
|
alt="CodeSandbox"
|
||||||
|
/>
|
||||||
</a>
|
</a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue