Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
vue-content-placeholders
Advanced tools
Vue Components for rendering animated content placeholders like facebook
Vue addon for rendering fake content while data is fetching to provide better UX and lower bounce rate.
npm install vue-content-placeholders --save
yarn add vue-content-placeholders
Include plugin in your main.js
file.
import Vue from 'vue'
import VueContentPlaceholders from 'vue-content-placeholders'
Vue.use(VueContentPlaceholders)
⚠️ A css file is included when importing the package. You may have to setup your bundler to embed the css in your page.
<content-placeholders>
<content-placeholders-heading :img="true" />
<content-placeholders-text :lines="3" />
</content-placeholders>
<content-placeholders :rounded="true">
<content-placeholders-img />
<content-placeholders-heading />
</content-placeholders>
root <content-placeholders>
animated
(default: true)rounded
(default: false) - border radiuscentered
(default: false)these properties define how all children components will act
<content-placeholders-heading />
img
(default: false)<content-placeholders-text />
lines
(default: 4)<content-placeholders-img />
See the LICENSE file for license rights and limitations (MIT).
FAQs
Vue Components for rendering animated content placeholders like facebook
We found that vue-content-placeholders demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.