-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bootstrap needs an upgrade. Codesandbox policy has changed. Let's switch to stackblitz.
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" /> | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 |