Skip to content

Commit

Permalink
Update examples in the README
Browse files Browse the repository at this point in the history
Bootstrap needs an upgrade.
Codesandbox policy has changed. Let's switch to stackblitz.
  • Loading branch information
pgiraud committed Feb 21, 2024
1 parent 25b9133 commit 641cfc0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ open it in your favorite internet browser.
### Without building tools

```html
<script src="https://unpkg.com/[email protected].37/dist/vue.global.prod.js"></script>
<script src="https://unpkg.com/[email protected].45/dist/vue.global.prod.js"></script>
<script src="https://unpkg.com/pev2/dist/pev2.umd.js"></script>
<link
href="https://unpkg.com/bootstrap@4.5.0/dist/css/bootstrap.min.css"
href="https://unpkg.com/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://unpkg.com/pev2/dist/style.css" />
Expand All @@ -54,7 +54,7 @@ open it in your favorite internet browser.
</script>
```

For a complete example, see [this codesandbox][codesandbox-vanilla]
[See it live](https://stackblitz.com/edit/pev2-vanilla).

### With build tools

Expand Down Expand Up @@ -99,12 +99,12 @@ add the following in you header (or load them with your favorite bundler).

```html
<link
href="https://unpkg.com/bootstrap@4.5.0/dist/css/bootstrap.min.css"
href="https://unpkg.com/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
```

For a complete example, see [this codesandbox][codesandbox].
[See it live](https://stackblitz.com/edit/pev2-vite).

# Disclaimer

Expand All @@ -118,7 +118,5 @@ pending.

[pev]: https://github.com/AlexTatiyants/pev
[atatiyan]: https://github.com/AlexTatiyants
[codesandbox]: https://codesandbox.io/s/pev2-ry2dd
[codesandbox-vanilla]: https://codesandbox.io/s/pev2-vanilla-q6coky
[demo]: https://dalibo.github.io/pev2
[explain.dali.bo]: https://explain.dalibo.com

0 comments on commit 641cfc0

Please sign in to comment.