Gathering detailed insights and metrics for @skeleton-elements/core
Gathering detailed insights and metrics for @skeleton-elements/core
Gathering detailed insights and metrics for @skeleton-elements/core
Gathering detailed insights and metrics for @skeleton-elements/core
Skeleton elements - UI for improved perceived performance
npm install @skeleton-elements/core
Typescript
Module System
Node Version
NPM Version
70.8
Supply Chain
94.7
Quality
75.9
Maintenance
100
Vulnerability
100
License
JavaScript (51.28%)
Svelte (16.71%)
TypeScript (16.44%)
SCSS (10.34%)
Python (5.09%)
Shell (0.13%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
155 Stars
139 Commits
12 Forks
5 Watchers
21 Branches
3 Contributors
Updated on May 29, 2025
Latest Version
2.0.0
Package Id
@skeleton-elements/core@2.0.0
Unpacked Size
25.26 kB
Size
8.51 kB
File Count
24
NPM Version
6.13.7
Node Version
13.10.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) - UI for improved perceived performance
See the documentation with examples and API documentation.
With npm:
npm i @skeleton-elements/core --save
Skeleton Elements requires stylesheet to be included:
<link rel="stylesheet" href="path/to/skeleton-elements.css>
Wiht bunder (like webpack) you can import syles directly from JavaScript:
import '@skeleton-elements/core/skeleton-elements.css';
Or it can be included for each component separately:
@skeleton-elements/core/skeleton-block.css
- Block component@skeleton-elements/core/skeleton-text.css
- Text component@skeleton-elements/core/skeleton-effects.css
- EffectsSCSS
styles are also included:
@skeleton-elements/core/skeleton-elements.scss
- All styles@skeleton-elements/core/skeleton-block.scss
- Block component@skeleton-elements/core/skeleton-text.scss
- Text component@skeleton-elements/core/skeleton-effects.scss
- EffectsSee the documentation for more examples and API documentation.
1<style> 2 .user-avatar .skeleton-block { 3 width: 120px; 4 height: 120px; 5 border-radius: 50%; 6 } 7</style> 8<div id="app"> 9 ... 10 <div class="user"> 11 <div class="user-avatar"> 12 <div class="skeleton-block skeleton-effect-fade"></div> 13 </div> 14 <div class="user-name"> 15 <span class="skeleton-text skeleton-effect-fade">John Doe</span> 16 </div> 17 </div> 18 ... 19</div> 20
Yes please! See the contributing guidelines for details.
This project is licensed under the terms of the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/24 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
81 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More