This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
12 additions
and
12 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -193,15 +193,15 @@ <h2><a href="#getting-started">📦 <span>Getting started</span></a></h2> | |
<p> | ||
Alternatively, you can install through npm: | ||
</p> | ||
<pre><code>npm install --save [email protected].0</code></pre> | ||
<pre><code>npm install --save [email protected].1</code></pre> | ||
|
||
<p> | ||
Or use the <a target="_blank" href="https://unpkg.com/[email protected].0">unpkg.com CDN</a>: | ||
Or use the <a target="_blank" href="https://unpkg.com/[email protected].1">unpkg.com CDN</a>: | ||
</p> | ||
<pre><code>https://unpkg.com/[email protected].0/dist/</code></pre> | ||
<pre><code>https://unpkg.com/[email protected].1/dist/</code></pre> | ||
|
||
<p>Simply include the <code>tippy.all.min.js</code> file in your document before your own scripts:</p> | ||
<pre><code class="language-markup"><script src="https://unpkg.com/[email protected].0/dist/tippy.all.min.js"></script></code></pre> | ||
<pre><code class="language-markup"><script src="https://unpkg.com/[email protected].1/dist/tippy.all.min.js"></script></code></pre> | ||
|
||
<p>This is the bundled version which includes Popper.js and automatically injects Tippy's CSS stylesheet | ||
into the document head.</p> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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