Skip to content

Commit 67bf8ec

Browse files
committed
docs: add stackblitz example to readme
1 parent e66ecce commit 67bf8ec

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ The most powerful yet most light-weight modal library for Vue 3.
1919
</a>
2020
</p>
2121

22+
## Playground
23+
24+
- [Stackblitz for Vue 3](https://stackblitz.com/github/vue-final/vue-final-modal/tree/master/examples/vue3)
25+
- [Stackblitz for Nuxt 3](https://stackblitz.com/github/vue-final/vue-final-modal/tree/master/examples/nuxt3)
26+
2227
## [Documentation](https://v4.vue-final-modal.org/)
2328

2429
Checkout [Migration guide from v3](https://v4.vue-final-modal.org/get-started/guide/migration-guide).

docs/content/2.get-started/1.guide/2.setup.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ How to start with Vue Final Modal, by creating a fresh new project or adding it
66
❗️ If you came from vue-final-modal 3.x, please check the [migration guide](/get-started/guide/migration-guide).
77
::
88

9+
## Play online
10+
11+
You can start playing with Vue Final Modal in your browser using our online sandboxes:
12+
13+
:button-link[Play in Vue 3 on StackBlitz]{icon="IconStackBlitz" href="https://stackblitz.com/github/vue-final/vue-final-modal/tree/master/examples/vue3" blank style="margin-right: var(--space-4);"}
14+
15+
:button-link[Play in Nuxt 3 on StackBlitz]{icon="IconStackBlitz" href="https://stackblitz.com/github/vue-final/vue-final-modal/tree/master/examples/nuxt3" blank style="margin-right: var(--space-4);"}
16+
17+
918
## Installation
1019

1120
::code-group

packages/vue-final-modal/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ The most powerful yet most light-weight modal library for Vue 3.
1919
</a>
2020
</p>
2121

22+
## Playground
23+
24+
- [Stackblitz for Vue 3](https://stackblitz.com/github/vue-final/vue-final-modal/tree/master/examples/vue3)
25+
- [Stackblitz for Nuxt 3](https://stackblitz.com/github/vue-final/vue-final-modal/tree/master/examples/nuxt3)
26+
2227
## [Documentation](https://v4.vue-final-modal.org/)
2328

2429
Checkout [Migration guide from v3](https://v4.vue-final-modal.org/get-started/migration/from-v3).

0 commit comments

Comments
 (0)