-
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.
feat(docs fixes): changes images position in docs
Changes demo image position in docs
- Loading branch information
1 parent
cb413f5
commit 581c874
Showing
2 changed files
with
6 additions
and
4 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
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 |
---|---|---|
|
@@ -14,18 +14,20 @@ | |
> loading-time frustration... | ||
-- [#Smashing Magazine - Implementing Skeleton Screens In React ](https://www.smashingmagazine.com/2020/04/skeleton-screens-react/) | ||
|
||
![In Action](https://skeleton-webcomponent-loader.web.app/images/loader-example.gif) | ||
|
||
## Demos | ||
[Skeleton Loader Home Page](https://skeleton-webcomponent-loader.web.app/) | ||
![In Action](https://skeleton-webcomponent-loader.web.app/images/loader-example.gif) | ||
|
||
### Install | ||
You can get it on NPM installing `skeleton-webcomponent-loader` as a project dependency or via UNPKG | ||
|
||
npm i skeleton-webcomponent-loader | ||
|
||
#### Script tag via UNPKG (global npm delivery network) | ||
<script type="module" src="https://unpkg.com/[email protected].0/dist/skeleton-webcomponent/skeleton-webcomponent.esm.js"></script> | ||
<script type="nomodule" src="https://unpkg.com/[email protected].0/dist/skeleton-webcomponent/skeleton-webcomponent.js"></script> | ||
<script type="module" src="https://unpkg.com/[email protected].3/dist/skeleton-webcomponent/skeleton-webcomponent.esm.js"></script> | ||
<script type="nomodule" src="https://unpkg.com/[email protected].3/dist/skeleton-webcomponent/skeleton-webcomponent.js"></script> | ||
|
||
#### Script tag via npm | ||
<script type="module" src="./node_modules/skeleton-webcomponent-loader/dist/skeleton-webcomponent/skeleton-webcomponent.esm.js"></script> | ||
|