
Product
Socket Brings Supply Chain Security to skills.sh
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.
@frankhoodbs/app-loader-cmp
Advanced tools
The App Loader Cmp is a Vue component designed to display a loader with two different visual styles.
The interface of the component is designed to be extensible and customizable using props, slots, and custom CSS properties.
| Prop | Description | Type | Default Value |
|---|---|---|---|
data-show | Determines whether to show or hide the loader component. | Boolean | false |
data-type | Specifies the type of loader to display. Available types are 'circular' and 'dots'. | 'circular' | 'dots' | 'circular' |
| Slot Name | Description |
|---|---|
default | Allows overriding the default content of the loader component. |
| CSS Property | Description | Default Value |
|---|---|---|
--app-loader-cmp-z-index | Z-index of the loader component. | 1000000000 |
--app-loader-cmp-background | Background color of the loader component. | rgba(#000000, 0.2) |
--app-loader-cmp-transition-duration | Duration of the fade-in and fade-out transition effect of the loader component. | 0.5s |
--app-loader-cmp-transition-timing-function | Timing function for the fade-in and fade-out transition effect of the loader component. | ease |
<app-loader-cmp :data-show="true" data-type="dots" />
For further customization of the component, you can use the default slot or override the custom CSS variables in your global style.
FAQs
Simple app loader component
We found that @frankhoodbs/app-loader-cmp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.

Product
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.