-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
22 additions
and
19 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 |
---|---|---|
|
@@ -31,7 +31,7 @@ const paging = usePagingStore() | |
``` | ||
For use without build tool, you can include SSPaging via CDN: | ||
```html | ||
<script src="https://unpkg.com/[email protected]-beta.1/dist/ss-paging.dist.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/ss-paging.dist.js"></script> | ||
``` | ||
```javascript | ||
// in your JS file | ||
|
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ If you use build tool, pagination components has been included with SSPaging aft | |
|
||
If you do not use build tool, pagination components should be imported in your script tag and can be accessed via `SSComponents` object. | ||
```html | ||
<script src="https://unpkg.com/[email protected]-beta.1/components/dist/ss-components.prod.js"></script> | ||
<script src="https://unpkg.com/[email protected]/components/dist/ss-components.prod.js"></script> | ||
``` | ||
|
||
## Requirements | ||
|
@@ -16,7 +16,7 @@ SSPaging components relies on Material Icons to define its icon. You have to inc | |
- ### Components Stylesheet | ||
Pagination components' stylesheet should be imported manually in your HTML header: | ||
```html | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]-beta.1/components/dist/style.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/components/dist/style.css"> | ||
``` | ||
|
||
## Local Usage | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ const paging = usePagingStore() | |
``` | ||
For use without build tool, you can include SSPaging via CDN: | ||
```html | ||
<script src="https://unpkg.com/[email protected]-beta.1/dist/ss-paging.dist.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/ss-paging.dist.js"></script> | ||
``` | ||
```javascript | ||
// in your JS file | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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